File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Setup
5353 run : |
54- rustup toolchain install nightly-2023-08-28 -x86_64-unknown-linux-gnu
55- rustup component add rust-src --toolchain nightly-2023-08-28 -x86_64-unknown-linux-gnu
54+ rustup toolchain install nightly-2024-05-18 -x86_64-unknown-linux-gnu
55+ rustup component add rust-src --toolchain nightly-2024-05-18 -x86_64-unknown-linux-gnu
5656 rustup target add \
5757 aarch64-linux-android \
5858 armv7-linux-androideabi \
8282
8383 - name : Setup
8484 run : |
85- rustup toolchain install nightly-2023-08-28 -x86_64-apple-darwin
86- rustup component add rust-src --toolchain nightly-2023-08-28 -x86_64-apple-darwin
85+ rustup toolchain install nightly-2024-05-18 -x86_64-apple-darwin
86+ rustup component add rust-src --toolchain nightly-2024-05-18 -x86_64-apple-darwin
8787 rustup target add \
8888 x86_64-apple-darwin \
8989 aarch64-apple-darwin \
@@ -139,7 +139,7 @@ jobs:
139139 tag : ${{ needs.draft_release.outputs.tag }}
140140
141141 publish_windows_x64 :
142- name : Publish Widnows x64
142+ name : Publish Windows x64
143143 needs : [draft_release]
144144 runs-on : windows-latest
145145 steps :
You can’t perform that action at this time.
0 commit comments