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.
1 parent dbbb3fa commit 3341446Copy full SHA for 3341446
.github/workflows/ci_linux.yml
@@ -73,11 +73,6 @@ jobs:
73
nvcc --version
74
rustup show
75
76
- - name: Load Rust cache
77
- uses: Swatinem/rust-cache@v2
78
- with:
79
- key: ${{ matrix.variance.name }}-${{ github.sha }}
80
-
81
- name: Rustfmt
82
run: cargo fmt --all -- --check
83
.github/workflows/ci_windows.yml
@@ -77,11 +77,6 @@ jobs:
- - name: Load Rust Cache
- uses: Swatinem/[email protected]
- key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.cuda }}
84
85
86
87
0 commit comments