Skip to content

Commit b18de8e

Browse files
committed
add the nightly build to CI
1 parent 99765ec commit b18de8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
- run: cargo check --tests -vv --target=powerpc64le-unknown-linux-gnu
6666
- run: cargo check --tests -vv --target=armv5te-unknown-linux-gnueabi
6767
- run: cargo check --tests -vv --target=loongarch64-unknown-linux-gnu
68-
- run: cargo +nightly check --tests -vv --target=hexagon-unknown-linux-musl -Zbuild-std -Zbuild-std-features=llvm-libunwind
68+
- run : >
69+
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu &&
70+
cargo +nightly check --tests -vv --target=hexagon-unknown-linux-musl -Zbuild-std -Zbuild-std-features=llvm-libunwind
71+
6972
7073
gen:
7174
name: Update generated files

0 commit comments

Comments
 (0)