We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cache
1 parent f596d9a commit a8fdba4Copy full SHA for a8fdba4
.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
63
64
# smoelius: The `nightly_toolchain` test makes sense only if the nightly driver is cached.
65
- uses: actions/cache@v4
66
+ if: ${{ matrix.environment != 'macos-latest' }}
67
with:
68
path: |
69
~/.cargo/bin/
0 commit comments