|
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
|
@@ -393,7 +393,7 @@ jobs:
|
393 | 393 | run: |
|
394 | 394 | brew install dejagnu mpfr libmpc gmp;
|
395 | 395 | # install Rust directly using rustup
|
396 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 396 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
397 | 397 |
|
398 | 398 | - name: Make Source Read-Only
|
399 | 399 | run: chmod -R a-w ./*
|
@@ -470,7 +470,7 @@ jobs:
|
470 | 470 | g++-multilib \
|
471 | 471 | dejagnu;
|
472 | 472 | # install Rust directly using rustup
|
473 |
| - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0; |
| 473 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.49.0; |
474 | 474 |
|
475 | 475 | - name: Make Source Read-Only
|
476 | 476 | run: chmod -R a-w ./*
|
|
0 commit comments