We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4d27b commit ce24aaeCopy full SHA for ce24aae
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Install Rust toolchain
26
uses: actions-rust-lang/setup-rust-toolchain@v1
27
+ with:
28
+ rustflags: ""
29
30
- name: Install cross
31
run: cargo install cross --git https://github.com/cross-rs/cross
0 commit comments