Skip to content

Commit 25e725f

Browse files
committed
try fix
1 parent 6b6081e commit 25e725f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
toolchain: ${{ matrix.rust }}
6666
components: rustfmt
6767

68-
- uses: Swatinem/rust-cache@v2
68+
# - uses: Swatinem/rust-cache@v2
6969

7070
- uses: actions/checkout@v4
7171

@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
toolchain: stable
128128
components: rustfmt, clippy
129-
- uses: Swatinem/rust-cache@v2
129+
# - uses: Swatinem/rust-cache@v2
130130
- run: cargo fmt --all -- --check
131131
name: fmt
132132

@@ -183,4 +183,4 @@ jobs:
183183
git fetch
184184
git checkout ${{ github.base_ref }}
185185
cargo bench --all-features -- --measurement-time 15 --save-baseline base
186-
critcmp base changes
186+
critcmp base changes

0 commit comments

Comments
 (0)