Skip to content

Commit 8927e89

Browse files
authored
Fix: GitHub CI
1 parent afb1d8e commit 8927e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
167167
rustup target add --toolchain nightly "${{ matrix.target }}"
168168
rustup component add rust-src --toolchain "nightly-$(rustc --print host-tuple)"
169-
cargo ndk build --release --lib --target "${{ matrix.target }}" \
169+
cargo +nightly ndk build --release --lib --target "${{ matrix.target }}" \
170170
-Z build-std=core,std,alloc,proc_macro,panic_abort \
171171
-Z build-std-features=default,optimize_for_size
172172
- name: Upload Artifact

0 commit comments

Comments
 (0)