Fix linux ci

This commit is contained in:
ByteDream 2022-12-16 23:28:30 +01:00
parent 2451e33639
commit 306019d8b8

View file

@ -44,6 +44,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Additional command - name: Additional command
if: matrix.command != ''
run: ${{ matrix.command }} run: ${{ matrix.command }}
- name: Install toolchain - name: Install toolchain
@ -53,6 +54,7 @@ jobs:
toolchain: stable toolchain: stable
target: ${{ matrix.toolchain }} target: ${{ matrix.toolchain }}
default: true default: true
overwrite: true
- name: Test - name: Test
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1