Skip to content

Commit

Permalink
Use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 7, 2024
1 parent 3907bb8 commit 6787e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn global add @bazel/bazelisk
- run: sbt build
- run: echo "out/bin" >> $GITHUB_PATH
- run: echo "$PWD/out/bin" >> $GITHUB_PATH
- name: Auto-index scip-java codebase
run: |
scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)
Expand Down

0 comments on commit 6787e9f

Please sign in to comment.