File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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@e207df5d269b42b69c8bc5101da26f7d31feddb4
24
+ - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
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@e207df5d269b42b69c8bc5101da26f7d31feddb4
36
+ - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
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@e207df5d269b42b69c8bc5101da26f7d31feddb4
43
+ - uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
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