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 d0d839e commit 99765ecCopy full SHA for 99765ec
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
- run: cargo check --tests -vv --target=powerpc64le-unknown-linux-gnu
66
- run: cargo check --tests -vv --target=armv5te-unknown-linux-gnueabi
67
- 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
+ - run: cargo +nightly check --tests -vv --target=hexagon-unknown-linux-musl -Zbuild-std -Zbuild-std-features=llvm-libunwind
69
70
gen:
71
name: Update generated files
0 commit comments