Skip to content

Commit 94982ca

Browse files
authored
Merge pull request #3309 from o1-labs/cache-ws-crates
CI: cache workspace crates, as some libraries are not often updated
2 parents 8cd401d + 3aeefb8 commit 94982ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/toolchain-shared/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ runs:
3535
uses: Swatinem/rust-cache@v2
3636
with:
3737
shared-key: ${{ steps.toolchain.outputs.cachekey }}-${{ inputs.targets }}
38+
# Some libraries are not often updated.
39+
cache-workspace-crates: true
3840
- if: ${{ inputs.cache == 'true' && inputs.targets == '' }}
3941
uses: Swatinem/rust-cache@v2
4042
with:

0 commit comments

Comments
 (0)