Allow changing output base path
This commit is contained in:
parent
89b8ef0f1d
commit
0f9296f333
7 changed files with 61 additions and 14 deletions
|
|
@ -29,6 +29,10 @@ inputs:
|
|||
description: Google Cloud account key for remote cache
|
||||
required: false
|
||||
default: ""
|
||||
output-base:
|
||||
description: Bazel output base directory. Default is $HOME/.cache/bazel (POSIX) or D:/_bazel (Windows)
|
||||
required: false
|
||||
default: ""
|
||||
repository-cache:
|
||||
description: Cache repositories based on MODULE.bazel/WORKSPACE
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue