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 51
51
52
52
- name : Setup
53
53
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
56
56
rustup target add \
57
57
aarch64-linux-android \
58
58
armv7-linux-androideabi \
82
82
83
83
- name : Setup
84
84
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
87
87
rustup target add \
88
88
x86_64-apple-darwin \
89
89
aarch64-apple-darwin \
@@ -139,7 +139,7 @@ jobs:
139
139
tag : ${{ needs.draft_release.outputs.tag }}
140
140
141
141
publish_windows_x64 :
142
- name : Publish Widnows x64
142
+ name : Publish Windows x64
143
143
needs : [draft_release]
144
144
runs-on : windows-latest
145
145
steps :
You can’t perform that action at this time.
0 commit comments