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 cc8dfe4 commit 055369fCopy full SHA for 055369f
.github/workflows/rust-ci.yml
@@ -62,13 +62,15 @@ jobs:
62
- { target: aarch64-linux-android, toolchain: stable }
63
- { target: arm-unknown-linux-gnueabihf, toolchain: stable }
64
steps:
65
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
66
- name: Install Rust
67
uses: dtolnay/rust-toolchain@master
68
with:
69
toolchain: ${{ matrix.job.toolchain }}
70
target: ${{ matrix.job.target }}
71
- uses: Swatinem/rust-cache@v2
72
+ with:
73
+ key: "1.86.0"
74
- name: Build
75
# We need to install cross from git, because https://github.com/cross-rs/cross/issues/1222
76
# is still unreleased (it's been almost a year since the last release)
0 commit comments