Skip to content

Commit

Permalink
[BRE] fix nativelink
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Mar 28, 2024
1 parent c99ff79 commit 19a1920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: run nativelink
run: |
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
(nativelink bre/basic_cas.json &)
(nativelink test/basic_cas.json &)
- name: remote execution
run: |
bazel build --config=remote //...
bazel test --config=remote //...

0 comments on commit 19a1920

Please sign in to comment.