Skip to content

Commit 3dd87d8

Browse files
committed
Fix CI some more
1 parent e16eb2b commit 3dd87d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: |
4040
matrix.os == 'ubuntu-latest' &&
4141
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
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
4343
- run: cargo build --all-targets
4444
# Run tests
4545
- name: Run tests

0 commit comments

Comments
 (0)