File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,13 @@ jobs:
59
59
- name : Test `no_std` support
60
60
run : cargo test --no-default-features --features=alloc,no_std_net
61
61
- name : Build `url` crate for `aarch64-unknown-none` with `no_std`
62
- run : >
62
+ if : |
63
+ matrix.os == 'ubuntu-latest' &&
64
+ matrix.rust == 'nightly'
65
+ run : |
63
66
cd url
64
- && cargo +nightly check -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,unstable
65
- && 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
66
69
67
70
WASM :
68
71
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments