Skip to content

Commit 31689fc

Browse files
[FB] Workflow | Use old version of rust for buding Floorp
1 parent 25e548a commit 31689fc

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/linux-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
rustup target add aarch64-unknown-linux-gnu
9292
fi
9393
94+
#? install rust version
95+
rustup install 1.77.2
96+
rustup default 1.77.2
97+
9498
#? https://github.com/mozilla/sccache#known-caveats
9599
export CARGO_INCREMENTAL=0
96100
env:

.github/workflows/macOS-Universal.yml

+4
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ jobs:
195195
196196
#? https://github.com/mozilla/sccache#known-caveats
197197
export CARGO_INCREMENTAL=0
198+
199+
#? install rust version
200+
rustup install 1.77.2
201+
rustup default 1.77.2
198202
env:
199203
GHA_ARCH: ${{matrix.arch}}
200204

.github/workflows/windows-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ jobs:
216216
rustup target add x86_64-pc-windows-msvc
217217
fi
218218
219+
#? install rust version
220+
rustup install 1.77.2
221+
rustup default 1.77.2
222+
219223
#? https://github.com/mozilla/sccache#known-caveats
220224
export CARGO_INCREMENTAL=0
221225
env:

0 commit comments

Comments
 (0)