Skip to content

Commit 3341446

Browse files
committed
Stop using the rust cache
This was saving way too much
1 parent dbbb3fa commit 3341446

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/ci_linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
nvcc --version
7474
rustup show
7575
76-
- name: Load Rust cache
77-
uses: Swatinem/rust-cache@v2
78-
with:
79-
key: ${{ matrix.variance.name }}-${{ github.sha }}
80-
8176
- name: Rustfmt
8277
run: cargo fmt --all -- --check
8378

.github/workflows/ci_windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ jobs:
7777
nvcc --version
7878
rustup show
7979
80-
- name: Load Rust Cache
81-
uses: Swatinem/[email protected]
82-
with:
83-
key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.cuda }}
84-
8580
- name: Rustfmt
8681
run: cargo fmt --all -- --check
8782

0 commit comments

Comments
 (0)