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 6a62ca0 commit 92bf8f2Copy full SHA for 92bf8f2
.github/workflows/build.yml
@@ -124,6 +124,7 @@ jobs:
124
export CARGO_PROFILE_RELEASE_OPT_LEVEL=1
125
fi
126
127
+ rustup set default-host ${{ matrix.target }}
128
if [ "${{ matrix.target }}" = "aarch64-pc-windows-gnullvm" ]; then
129
rm rust-toolchain
130
@@ -139,8 +140,6 @@ jobs:
139
140
141
export BINDGEN_EXTRA_CLANG_ARGS="--target=aarch64-w64-windows-gnu"
142
export RUSTFLAGS="-A dead_code -A mismatched_lifetime_syntaxes -A unfulfilled_lint_expectations"
- else
143
- rustup set default-host ${{ matrix.target }}
144
145
146
rustup target add ${{ matrix.target }}
0 commit comments