|
29 | 29 |
|
30 | 30 | - name: Install toolchain |
31 | 31 | run: | |
32 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
33 | | - rustup default nightly-2023-06-01 |
| 32 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 33 | + rustup default stable |
34 | 34 |
|
35 | 35 | - name: Install build deps |
36 | 36 | uses: ./.github/actions/deps-install |
|
92 | 92 | - uses: actions/checkout@v3 |
93 | 93 | - name: Install toolchain |
94 | 94 | run: | |
95 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
96 | | - rustup default nightly-2023-06-01 |
| 95 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 96 | + rustup default stable |
97 | 97 | rustup target add x86_64-apple-darwin |
98 | 98 |
|
99 | 99 | - name: Install build deps |
@@ -144,8 +144,8 @@ jobs: |
144 | 144 | - uses: actions/checkout@v3 |
145 | 145 | - name: Install toolchain |
146 | 146 | run: | |
147 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
148 | | - rustup default nightly-2023-06-01 |
| 147 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 148 | + rustup default stable |
149 | 149 | rustup target add aarch64-apple-darwin |
150 | 150 |
|
151 | 151 | - name: Install build deps |
@@ -196,8 +196,8 @@ jobs: |
196 | 196 | - uses: actions/checkout@v3 |
197 | 197 | - name: Install toolchain |
198 | 198 | run: | |
199 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
200 | | - rustup default nightly-2023-06-01 |
| 199 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 200 | + rustup default stable |
201 | 201 |
|
202 | 202 | - name: Install build deps |
203 | 203 | uses: ./.github/actions/deps-install |
@@ -247,8 +247,8 @@ jobs: |
247 | 247 | - uses: actions/checkout@v3 |
248 | 248 | - name: Install toolchain |
249 | 249 | run: | |
250 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
251 | | - rustup default nightly-2023-06-01 |
| 250 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 251 | + rustup default stable |
252 | 252 | rustup target add x86_64-apple-darwin |
253 | 253 |
|
254 | 254 | - name: Install build deps |
@@ -314,8 +314,8 @@ jobs: |
314 | 314 |
|
315 | 315 | - name: Install toolchain |
316 | 316 | run: | |
317 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
318 | | - rustup default nightly-2023-06-01 |
| 317 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 318 | + rustup default stable |
319 | 319 | rustup target add wasm32-unknown-unknown |
320 | 320 |
|
321 | 321 | - name: Install wasm-pack |
@@ -365,8 +365,8 @@ jobs: |
365 | 365 | - uses: actions/checkout@v3 |
366 | 366 | - name: Install toolchain |
367 | 367 | run: | |
368 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
369 | | - rustup default nightly-2023-06-01 |
| 368 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 369 | + rustup default stable |
370 | 370 | rustup target add aarch64-apple-ios |
371 | 371 |
|
372 | 372 | - name: Install build deps |
@@ -427,8 +427,8 @@ jobs: |
427 | 427 |
|
428 | 428 | - name: Install toolchain |
429 | 429 | run: | |
430 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
431 | | - rustup default nightly-2023-06-01 |
| 430 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 431 | + rustup default stable |
432 | 432 | rustup target add aarch64-linux-android |
433 | 433 |
|
434 | 434 | - name: Install build deps |
@@ -494,8 +494,8 @@ jobs: |
494 | 494 |
|
495 | 495 | - name: Install toolchain |
496 | 496 | run: | |
497 | | - rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal |
498 | | - rustup default nightly-2023-06-01 |
| 497 | + rustup toolchain install stable --no-self-update --profile=minimal |
| 498 | + rustup default stable |
499 | 499 | rustup target add armv7-linux-androideabi |
500 | 500 |
|
501 | 501 | - name: Install build deps |
|
0 commit comments