more
This commit is contained in:
parent
ddb8388668
commit
40c9cd5010
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -29,11 +29,11 @@ jobs:
|
|||
repository: bazelbuild/examples
|
||||
sparse-checkout: java-maven
|
||||
sparse-checkout-cone-mode: false
|
||||
- run: mv java-maven/* .
|
||||
- run: mv java-maven/* . && rmdir java-maven
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: setup-bazel
|
||||
- run: ls -l
|
||||
- run: ls
|
||||
- uses: ./setup-bazel/
|
||||
with:
|
||||
bazelisk-cache: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue