Skip to content

Commit 8c62d52

Browse files
committed
WIP. Attempt to fix GH Actions with better caching
My hunch is that the Ubuntu 24.04 and Ubuntu 22.04 caches are getting co-mingled. Let’s find out.
1 parent b49fcb3 commit 8c62d52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
with:
2323
toolchain: ${{ matrix.rust-toolchain }}
2424
components: rustfmt, clippy
25+
cache-key: ${{ matrix.os }}-${{ matrix.rust-toolchain }}
2526
- name: Check
2627
run: cargo check
2728
- name: Architecture check
2829
run: cargo run arch-check
29-
- name: Architecture check (Optimized)
30-
run: cargo run arch-check
3130
- if: ${{ matrix.rust-toolchain != 'nightly' }}
3231
name: Format
3332
run: cargo fmt -- --check

0 commit comments

Comments
 (0)