Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 31, 2024
1 parent ddb8388 commit 40c9cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40c9cd5

Please sign in to comment.