|
69 | 69 |
|
70 | 70 | - name: Rust Nightly |
71 | 71 | run: | |
72 | | - rustup toolchain install nightly-2023-10-05 |
73 | | - rustup target add aarch64-apple-darwin --toolchain nightly-2023-10-05 |
| 72 | + rustup toolchain install 1.93.0 |
| 73 | + rustup target add aarch64-apple-darwin --toolchain 1.93.0 |
74 | 74 |
|
75 | 75 | - name: Build MacOS Arm dylib |
76 | 76 | run: | |
@@ -121,9 +121,9 @@ jobs: |
121 | 121 |
|
122 | 122 | - name: Rust Nightly |
123 | 123 | run: | |
124 | | - rustup toolchain install nightly-2023-10-05 |
125 | | - rustup target add aarch64-unknown-linux-gnu --toolchain nightly-2023-10-05 |
126 | | - rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu |
| 124 | + rustup toolchain install 1.93.0 |
| 125 | + rustup target add aarch64-unknown-linux-gnu --toolchain 1.93.0 |
| 126 | + rustup component add rust-src --toolchain 1.93.0-x86_64-unknown-linux-gnu |
127 | 127 |
|
128 | 128 | - name: Build |
129 | 129 | run: | |
@@ -157,9 +157,9 @@ jobs: |
157 | 157 |
|
158 | 158 | - name: Rust Nightly |
159 | 159 | run: | |
160 | | - rustup toolchain install nightly-2023-10-05 |
161 | | - rustup target add x86_64-pc-windows-gnu --toolchain nightly-2023-10-05 |
162 | | - rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu |
| 160 | + rustup toolchain install 1.93.0 |
| 161 | + rustup target add x86_64-pc-windows-gnu --toolchain 1.93.0 |
| 162 | + rustup component add rust-src --toolchain 1.93.0-x86_64-unknown-linux-gnu |
163 | 163 |
|
164 | 164 | - name: mingw-w64 |
165 | 165 | run: | |
@@ -197,9 +197,9 @@ jobs: |
197 | 197 |
|
198 | 198 | - name: Rust Nightly |
199 | 199 | run: | |
200 | | - rustup toolchain install nightly-2023-10-05 |
201 | | - rustup target add i686-pc-windows-gnu --toolchain nightly-2023-10-05 |
202 | | - rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu |
| 200 | + rustup toolchain install 1.93.0 |
| 201 | + rustup target add i686-pc-windows-gnu --toolchain 1.93.0 |
| 202 | + rustup component add rust-src --toolchain 1.93.0-x86_64-unknown-linux-gnu |
203 | 203 |
|
204 | 204 | - name: mingw-w64 |
205 | 205 | run: | |
@@ -237,9 +237,9 @@ jobs: |
237 | 237 |
|
238 | 238 | - name: Rust Nightly |
239 | 239 | run: | |
240 | | - rustup toolchain install nightly-2023-10-05 |
241 | | - rustup target add aarch64-linux-android --toolchain nightly-2023-10-05 |
242 | | - rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu |
| 240 | + rustup toolchain install 1.93.0 |
| 241 | + rustup target add aarch64-linux-android --toolchain 1.93.0 |
| 242 | + rustup component add rust-src --toolchain 1.93.0-x86_64-unknown-linux-gnu |
243 | 243 |
|
244 | 244 | - uses: nttld/setup-ndk@v1 |
245 | 245 | id: setup-ndk |
|
0 commit comments