Skip to content

Commit

Permalink
CI fix Attempt #3 (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Nov 13, 2024
1 parent 1d7769e commit c9b4cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# This workaround is to force j4rs to be rebuilt from scratch via cargo clean.
# This has a cost on CI runtime and in the future we should find another solution as discussed above.
- name: Workaround j4rs cache issue
run: cargo clean -p j4rs
run: cargo clean -p j4rs ${{ matrix.cargo_flags }}

- name: Build tests
run: |
Expand Down

0 comments on commit c9b4cca

Please sign in to comment.