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 99765ec commit b18de8eCopy full SHA for b18de8e
.github/workflows/main.yml
@@ -65,7 +65,10 @@ 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 +nightly check --tests -vv --target=hexagon-unknown-linux-musl -Zbuild-std -Zbuild-std-features=llvm-libunwind
+ - 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
+
72
73
gen:
74
name: Update generated files
0 commit comments