Skip to content

Commit 99765ec

Browse files
committed
Switch to nightly for hexagon to use "-Z" commands
1 parent d0d839e commit 99765ec

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
@@ -65,7 +65,7 @@ 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 check --tests -vv --target=hexagon-unknown-linux-musl -Zbuild-std -Zbuild-std-features=llvm-libunwind
68+
- run: cargo +nightly check --tests -vv --target=hexagon-unknown-linux-musl -Zbuild-std -Zbuild-std-features=llvm-libunwind
6969

7070
gen:
7171
name: Update generated files

0 commit comments

Comments
 (0)