Skip to content

Commit 055369f

Browse files
committed
Bust cache
1 parent cc8dfe4 commit 055369f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@ jobs:
6262
- { target: aarch64-linux-android, toolchain: stable }
6363
- { target: arm-unknown-linux-gnueabihf, toolchain: stable }
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
- name: Install Rust
6767
uses: dtolnay/rust-toolchain@master
6868
with:
6969
toolchain: ${{ matrix.job.toolchain }}
7070
target: ${{ matrix.job.target }}
7171
- uses: Swatinem/rust-cache@v2
72+
with:
73+
key: "1.86.0"
7274
- name: Build
7375
# We need to install cross from git, because https://github.com/cross-rs/cross/issues/1222
7476
# is still unreleased (it's been almost a year since the last release)

0 commit comments

Comments
 (0)