Skip to content

Commit

Permalink
Attempt to fix CI (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Nov 12, 2024
1 parent 157f199 commit ebe9484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
# Otherwise only the last build to finish would get saved to the cache.
# We allow different test_flags to share a cache as they should have identical build outputs
key: ${{ matrix.runner }} - ${{ matrix.cargo_flags }}
cache-directories: |
target/debug/jassets
target/release/jassets
# this line means that only the main branch writes to the cache
# benefits:
# * prevents main branch caches from being evicted in favor of a PR cache
Expand Down

0 comments on commit ebe9484

Please sign in to comment.