Commit 62fe0f1 1 parent fdffc12 commit 62fe0f1 Copy full SHA for 62fe0f1
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
rustup update
23
23
rustup component add clippy
24
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
24
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
25
25
- name : Lint
26
26
run : make lint
27
27
@@ -33,14 +33,14 @@ jobs:
33
33
run : |
34
34
sudo apt-get install -y musl-tools
35
35
rustup target add x86_64-unknown-linux-musl
36
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
36
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
37
37
- run : make static
38
38
39
39
test :
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- uses : actions/checkout@v4
43
- - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
43
+ - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
44
44
- run : env RUSTFLAGS="@$PWD/rustc-flags" make build
45
45
- name : Deps
46
46
run : |
You can’t perform that action at this time.
0 commit comments