File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments