Skip to content

Commit 8d8f2d5

Browse files
author
Naseschwarz
committed
stash test arm CI
1 parent fd9fefb commit 8d8f2d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ jobs:
160160
uses: dtolnay/rust-toolchain@master
161161
with:
162162
toolchain: ${{ matrix.rust }}
163+
164+
- name: Override rust toolchain
165+
run: rustup override set ${{ matrix.rust }}
166+
163167
- name: Setup ARM toolchain
164168
run: |
165169
rustup target add aarch64-unknown-linux-gnu
@@ -175,9 +179,6 @@ jobs:
175179
echo "$GITHUB_WORKSPACE/gcc-arm-8.2-2018.08-x86_64-aarch64-linux-gnu/bin" >> $GITHUB_PATH
176180
echo "$GITHUB_WORKSPACE/gcc-arm-8.2-2018.08-x86_64-arm-linux-gnueabihf/bin" >> $GITHUB_PATH
177181
178-
- name: Override rust toolchain
179-
run: rustup override set ${{ matrix.rust }}
180-
181182
- name: Rustup Show
182183
run: rustup show
183184

0 commit comments

Comments
 (0)