File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
with :
86
86
target : ${{ matrix.target }}
87
87
- name : Install cargo-llvm-cov
88
- uses : taiki-e/install-action@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
88
+ uses : taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
89
89
with :
90
90
tool : cargo-llvm-cov
91
91
- name : Rust cache
@@ -118,7 +118,7 @@ jobs:
118
118
with :
119
119
toolchain : nightly
120
120
- name : Install udeps
121
- uses : taiki-e/install-action@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
121
+ uses : taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
122
122
with :
123
123
tool : cargo-udeps
124
124
- name : cargo udeps
@@ -222,7 +222,7 @@ jobs:
222
222
version : 0.9.0
223
223
if : ${{matrix.use_zig}}
224
224
- name : Install cargo-zigbuild
225
- uses : taiki-e/install-action@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
225
+ uses : taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
226
226
with :
227
227
tool : cargo-zigbuild
228
228
if : ${{matrix.use_zig}}
Original file line number Diff line number Diff line change 33
33
components : " llvm-tools"
34
34
35
35
- name : Install cross, cargo-deb and cargo-generate-rpm
36
- uses : taiki-e/install-action@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
36
+ uses : taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
37
37
with :
38
38
tool : cross, cargo-deb, cargo-generate-rpm@0.14.0
39
39
Original file line number Diff line number Diff line change 33
33
components : " llvm-tools"
34
34
35
35
- name : Install cross, cargo-deb and cargo-generate-rpm
36
- uses : taiki-e/install-action@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
36
+ uses : taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
37
37
with :
38
38
tool : cross, cargo-deb, cargo-generate-rpm@0.14.0
39
39
You can’t perform that action at this time.
0 commit comments