|
62 | 62 |
|
63 | 63 | - name: Rust Nightly |
64 | 64 | run: | |
65 | | - rustup toolchain install nightly-2023-06-17 |
66 | | - rustup target add aarch64-apple-darwin --toolchain nightly-2023-06-17 |
| 65 | + rustup toolchain install nightly-2023-10-05 |
| 66 | + rustup target add aarch64-apple-darwin --toolchain nightly-2023-10-05 |
67 | 67 |
|
68 | 68 | - name: Build MacOS Arm dylib |
69 | 69 | run: | |
@@ -112,8 +112,8 @@ jobs: |
112 | 112 |
|
113 | 113 | - name: Rust Nightly |
114 | 114 | run: | |
115 | | - rustup toolchain install nightly-2023-06-17 |
116 | | - rustup target add aarch64-unknown-linux-gnu --toolchain nightly-2023-06-17 |
| 115 | + rustup toolchain install nightly-2023-10-05 |
| 116 | + rustup target add aarch64-unknown-linux-gnu --toolchain nightly-2023-10-05 |
117 | 117 |
|
118 | 118 | - name: Build |
119 | 119 | run: | |
@@ -146,8 +146,8 @@ jobs: |
146 | 146 | - name: Rust Nightly |
147 | 147 | run: | |
148 | 148 | rm core/rs/bundle_static/rust-toolchain.toml |
149 | | - rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-pc-windows-gnu |
150 | | - rustup default nightly-2023-06-17-x86_64-pc-windows-gnu |
| 149 | + rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-pc-windows-gnu |
| 150 | + rustup default nightly-2023-10-05-x86_64-pc-windows-gnu |
151 | 151 |
|
152 | 152 | - name: Build |
153 | 153 | run: | |
@@ -180,8 +180,8 @@ jobs: |
180 | 180 | - name: Rust Nightly |
181 | 181 | run: | |
182 | 182 | rm core/rs/bundle_static/rust-toolchain.toml |
183 | | - rustup component add rust-src --toolchain nightly-2023-06-17-i686-pc-windows-gnu |
184 | | - rustup default nightly-2023-06-17-i686-pc-windows-gnu |
| 183 | + rustup component add rust-src --toolchain nightly-2023-10-05-i686-pc-windows-gnu |
| 184 | + rustup default nightly-2023-10-05-i686-pc-windows-gnu |
185 | 185 |
|
186 | 186 | - name: Build |
187 | 187 | run: | |
@@ -213,9 +213,9 @@ jobs: |
213 | 213 |
|
214 | 214 | - name: Rust Nightly |
215 | 215 | run: | |
216 | | - rustup toolchain install nightly-2023-06-17 |
217 | | - rustup target add aarch64-linux-android --toolchain nightly-2023-06-17 |
218 | | - rustup component add rust-src --toolchain nightly-2023-06-17-x86_64-unknown-linux-gnu |
| 216 | + rustup toolchain install nightly-2023-10-05 |
| 217 | + rustup target add aarch64-linux-android --toolchain nightly-2023-10-05 |
| 218 | + rustup component add rust-src --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu |
219 | 219 |
|
220 | 220 | - uses: nttld/setup-ndk@v1 |
221 | 221 | id: setup-ndk |
|
0 commit comments