We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16eb2b commit 3dd87d8Copy full SHA for 3dd87d8
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
if: |
40
matrix.os == 'ubuntu-latest' &&
41
matrix.rust == 'nightly'
42
- - run: rustup target add aarch64-unknown-none && rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu && cargo +nightly build -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,unstable
+ run: rustup target add aarch64-unknown-none && rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu && cargo +nightly build -Zbuild-std=core,alloc --target aarch64-unknown-none -v --release --no-default-features --features=alloc,unstable
43
- run: cargo build --all-targets
44
# Run tests
45
- name: Run tests
0 commit comments