Skip to content

Commit c145584

Browse files
committed
Only build for aarch64 on nightly
1 parent be123af commit c145584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
if: |
6363
matrix.os == 'ubuntu-latest' &&
6464
matrix.rust == 'nightly'
65-
run: |
65+
run: >
6666
cd url
67-
cargo +nightly check -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,unstable
68-
cargo +nightly check -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,no_std_net
67+
&& cargo +nightly check -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,unstable
68+
&& cargo +nightly check -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,no_std_net
6969
7070
WASM:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)