Skip to content

Commit 9fa4f4a

Browse files
committed
fix(ci): use correct cache key
1 parent 28c7e07 commit 9fa4f4a

File tree

4 files changed

+1419
-4
lines changed

4 files changed

+1419
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
20-
- name: toolchain
19+
- name: checkout
20+
uses: actions/checkout@v4
21+
- name: setup rust toolchain
22+
id: toolchain
2123
uses: dtolnay/rust-toolchain@stable
2224
with:
2325
toolchain: nightly
2426
components: rustfmt, clippy
25-
- name: cache
27+
- name: setup cache
2628
uses: actions/cache@v4
2729
with:
2830
path: |

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
Cargo.lock

0 commit comments

Comments
 (0)