Skip to content

Commit

Permalink
Use target instead of host
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 5, 2024
1 parent fa45e9f commit abc583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.bazel/cache
key: bazel-cache-${{ runner.os }}
key: bazel-cache-${{ matrix.target }}
- name: Build
shell: bash
run: cargo run -p package -- ${{ matrix.target }} ~/.bazel/cache
Expand Down

0 comments on commit abc583f

Please sign in to comment.