Commit 31689fc 1 parent 25e548a commit 31689fc Copy full SHA for 31689fc
File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 91
91
rustup target add aarch64-unknown-linux-gnu
92
92
fi
93
93
94
+ #? install rust version
95
+ rustup install 1.77.2
96
+ rustup default 1.77.2
97
+
94
98
#? https://github.com/mozilla/sccache#known-caveats
95
99
export CARGO_INCREMENTAL=0
96
100
env :
Original file line number Diff line number Diff line change @@ -195,6 +195,10 @@ jobs:
195
195
196
196
#? https://github.com/mozilla/sccache#known-caveats
197
197
export CARGO_INCREMENTAL=0
198
+
199
+ #? install rust version
200
+ rustup install 1.77.2
201
+ rustup default 1.77.2
198
202
env :
199
203
GHA_ARCH : ${{matrix.arch}}
200
204
Original file line number Diff line number Diff line change @@ -216,6 +216,10 @@ jobs:
216
216
rustup target add x86_64-pc-windows-msvc
217
217
fi
218
218
219
+ #? install rust version
220
+ rustup install 1.77.2
221
+ rustup default 1.77.2
222
+
219
223
#? https://github.com/mozilla/sccache#known-caveats
220
224
export CARGO_INCREMENTAL=0
221
225
env :
You can’t perform that action at this time.
0 commit comments