Fix step "Configure toolchain" in job test

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-05-31 13:08:13 +10:00
parent feb03e37d2
commit 6172bcb126
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -158,7 +158,9 @@ jobs:
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
override: true
- name: Install musl-tools
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}