Skip to content

Commit 92bf8f2

Browse files
committed
hmm
1 parent 6a62ca0 commit 92bf8f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
export CARGO_PROFILE_RELEASE_OPT_LEVEL=1
125125
fi
126126
127+
rustup set default-host ${{ matrix.target }}
127128
if [ "${{ matrix.target }}" = "aarch64-pc-windows-gnullvm" ]; then
128129
rm rust-toolchain
129130
@@ -139,8 +140,6 @@ jobs:
139140
140141
export BINDGEN_EXTRA_CLANG_ARGS="--target=aarch64-w64-windows-gnu"
141142
export RUSTFLAGS="-A dead_code -A mismatched_lifetime_syntaxes -A unfulfilled_lint_expectations"
142-
else
143-
rustup set default-host ${{ matrix.target }}
144143
fi
145144
146145
rustup target add ${{ matrix.target }}

0 commit comments

Comments
 (0)