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 fd9fefb commit 8d8f2d5Copy full SHA for 8d8f2d5
.github/workflows/ci.yml
@@ -160,6 +160,10 @@ jobs:
160
uses: dtolnay/rust-toolchain@master
161
with:
162
toolchain: ${{ matrix.rust }}
163
+
164
+ - name: Override rust toolchain
165
+ run: rustup override set ${{ matrix.rust }}
166
167
- name: Setup ARM toolchain
168
run: |
169
rustup target add aarch64-unknown-linux-gnu
@@ -175,9 +179,6 @@ jobs:
175
179
echo "$GITHUB_WORKSPACE/gcc-arm-8.2-2018.08-x86_64-aarch64-linux-gnu/bin" >> $GITHUB_PATH
176
180
echo "$GITHUB_WORKSPACE/gcc-arm-8.2-2018.08-x86_64-arm-linux-gnueabihf/bin" >> $GITHUB_PATH
177
181
178
- - name: Override rust toolchain
- run: rustup override set ${{ matrix.rust }}
-
182
- name: Rustup Show
183
run: rustup show
184
0 commit comments