Skip to content

Commit b325dce

Browse files
author
Naseschwarz
committed
stash
1 parent cb9cc2a commit b325dce

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
- name: Manually install target
116116
run: rustup target add x86_64-unknown-linux-musl
117117

118+
- name: Override rust toolchain
119+
run: rustup override set ${{ matrix.rust }}
120+
121+
- name: Rustup Show
122+
run: rustup show
123+
118124
- name: Setup MUSL
119125
run: |
120126
sudo apt-get -qq install musl-tools
@@ -169,6 +175,12 @@ jobs:
169175
echo "$GITHUB_WORKSPACE/gcc-arm-8.2-2018.08-x86_64-aarch64-linux-gnu/bin" >> $GITHUB_PATH
170176
echo "$GITHUB_WORKSPACE/gcc-arm-8.2-2018.08-x86_64-arm-linux-gnueabihf/bin" >> $GITHUB_PATH
171177
178+
- name: Override rust toolchain
179+
run: rustup override set ${{ matrix.rust }}
180+
181+
- name: Rustup Show
182+
run: rustup show
183+
172184
- name: Build Debug
173185
run: |
174186
make build-linux-arm-debug

0 commit comments

Comments
 (0)