|
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=1.72.0; |
| 45 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
46 | 46 |
|
47 | 47 | - name: Make Source Read-Only
|
48 | 48 | run: chmod -R a-w ./*
|
@@ -127,7 +127,7 @@ jobs:
|
127 | 127 | g++-multilib \
|
128 | 128 | dejagnu;
|
129 | 129 | # install Rust directly using rustup
|
130 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 130 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
131 | 131 |
|
132 | 132 | - name: Make Source Read-Only
|
133 | 133 | run: chmod -R a-w ./*
|
@@ -212,7 +212,7 @@ jobs:
|
212 | 212 | g++-multilib \
|
213 | 213 | dejagnu;
|
214 | 214 | # install Rust directly using rustup
|
215 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 215 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
216 | 216 |
|
217 | 217 | - name: Make Source Read-Only
|
218 | 218 | run: chmod -R a-w ./*
|
@@ -295,7 +295,7 @@ jobs:
|
295 | 295 | build-essential \
|
296 | 296 | dejagnu;
|
297 | 297 | # install Rust directly using rustup
|
298 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 298 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
299 | 299 |
|
300 | 300 | - name: Restore cached gcc-5.4
|
301 | 301 | id: restore-gcc5
|
@@ -384,7 +384,7 @@ jobs:
|
384 | 384 | run: |
|
385 | 385 | brew install dejagnu mpfr libmpc gmp;
|
386 | 386 | # install Rust directly using rustup
|
387 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 387 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
388 | 388 |
|
389 | 389 | - name: Make Source Read-Only
|
390 | 390 | run: chmod -R a-w ./*
|
@@ -458,7 +458,7 @@ jobs:
|
458 | 458 | g++-multilib \
|
459 | 459 | dejagnu;
|
460 | 460 | # install Rust directly using rustup
|
461 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 461 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
462 | 462 |
|
463 | 463 | - name: Make Source Read-Only
|
464 | 464 | run: chmod -R a-w ./*
|
|
0 commit comments