Skip to content

Commit b3825f9

Browse files
committed
store all of cargo
1 parent 544ac39 commit b3825f9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- ubuntu-latest
17+
# - ubuntu-latest
1818
- windows-latest
19-
- macos-latest
19+
# - macos-latest
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -28,8 +28,7 @@ jobs:
2828
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
2929
with:
3030
path: |
31-
~/.cargo/registry
32-
~/.cargo/git
31+
~/.cargo
3332
target
3433
key: ${{ github.job }}-${{ runner.os }}-${{ hashFiles('rust-toolchain') }}-${{ hashFiles('**/Cargo.lock') }}
3534
restore-keys: |
@@ -69,6 +68,8 @@ jobs:
6968
7069
echo CARGO $HOME/.cargo
7170
ls -lA $HOME/.cargo
71+
echo
72+
echo REGISTRY
7273
ls -lA $HOME/.cargo/registry
7374
echo
7475
echo

0 commit comments

Comments
 (0)