Commit 5d215e0 1 parent 9de294a commit 5d215e0 Copy full SHA for 5d215e0
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
gcc-multilib \
30
30
g++-multilib \
31
31
dejagnu
32
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly ;
32
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0 ;
33
33
34
34
- name : Configure
35
35
run : |
Original file line number Diff line number Diff line change 42
42
g++-multilib \
43
43
dejagnu;
44
44
# install Rust directly using rustup
45
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly ;
45
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0 ;
46
46
47
47
- name : Configure
48
48
run : |
@@ -123,7 +123,7 @@ jobs:
123
123
g++-multilib \
124
124
dejagnu;
125
125
# install Rust directly using rustup
126
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly ;
126
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0 ;
127
127
128
128
- name : Configure
129
129
run : |
@@ -206,7 +206,7 @@ jobs:
206
206
g++-4.8-multilib \
207
207
dejagnu;
208
208
# install Rust directly using rustup
209
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly ;
209
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0 ;
210
210
211
211
- name : Configure
212
212
run : |
@@ -265,7 +265,7 @@ jobs:
265
265
run : |
266
266
brew install dejagnu mpfr libmpc gmp;
267
267
# install Rust directly using rustup
268
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly ;
268
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0 ;
269
269
270
270
- name : Configure
271
271
run : |
You can’t perform that action at this time.
0 commit comments