File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- uses : actions/setup-java@v3
15
15
with :
16
- distribution : ' temurin'
17
- java-version : ' 17 '
16
+ distribution : " temurin"
17
+ java-version : " 17 "
18
18
19
19
- uses : nttld/setup-ndk@v1
20
20
with :
25
25
26
26
- name : Setup
27
27
run : |
28
- rustup toolchain install nightly-2023-08-28 -x86_64-unknown-linux-gnu
29
- rustup component add rust-src --toolchain nightly-2023-08-28-x86_64 -unknown-linux-gnu
28
+ rustup toolchain install nightly-2024-05-18 -x86_64-unknown-linux-gnu
29
+ rustup component add rust-src --toolchain nightly-2024-05-18 -unknown-linux-gnu
30
30
rustup target add \
31
31
aarch64-linux-android \
32
32
armv7-linux-androideabi \
Original file line number Diff line number Diff line change 13
13
14
14
- name : Setup
15
15
run : |
16
- rustup toolchain install nightly-2023-08-28 -x86_64-apple-darwin
17
- rustup component add rust-src --toolchain nightly-2023-08-28 -x86_64-apple-darwin
16
+ rustup toolchain install nightly-2024-05-18 -x86_64-apple-darwin
17
+ rustup component add rust-src --toolchain nightly-2024-05-18 -x86_64-apple-darwin
18
18
rustup target add \
19
19
x86_64-apple-darwin \
20
20
aarch64-apple-darwin \
You can’t perform that action at this time.
0 commit comments