File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
toolchain : stable
49
49
50
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
51
+
50
52
- name : Cache Rust dependencies
51
53
uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
52
54
with :
Original file line number Diff line number Diff line change 32
32
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
33
33
with :
34
34
toolchain : stable
35
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
35
36
- name : Install gcc aarch64
36
37
id : aarch_64_setup
37
38
run : |
Original file line number Diff line number Diff line change 65
65
with :
66
66
toolchain : stable
67
67
target : ${{ matrix.target }}
68
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
68
69
- uses : taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # v2
69
70
with :
70
71
tool : nextest
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ jobs:
145
145
with :
146
146
toolchain : stable
147
147
targets : ${{ matrix.target }}
148
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
148
149
149
150
- name : Apple M1 setup
150
151
if : matrix.target == 'aarch64-apple-darwin'
Original file line number Diff line number Diff line change 37
37
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
38
38
with :
39
39
toolchain : nightly
40
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
40
41
- uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
41
42
with :
42
43
cache-on-failure : true
79
80
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
80
81
with :
81
82
toolchain : stable
83
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
82
84
- uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
83
85
with :
84
86
cache-on-failure : true
@@ -108,6 +110,7 @@ jobs:
108
110
with :
109
111
toolchain : nightly
110
112
components : clippy
113
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
111
114
- uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
112
115
with :
113
116
cache-on-failure : true
@@ -142,6 +145,7 @@ jobs:
142
145
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
143
146
with :
144
147
toolchain : stable
148
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
145
149
- uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
146
150
with :
147
151
cache-on-failure : true
@@ -161,6 +165,7 @@ jobs:
161
165
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
162
166
with :
163
167
toolchain : stable
168
+ - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
164
169
- uses : taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # v2
165
170
with :
166
171
tool : cargo-hack
You can’t perform that action at this time.
0 commit comments