mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix linux ci
This commit is contained in:
parent
2451e33639
commit
306019d8b8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Additional command
|
||||
if: matrix.command != ''
|
||||
run: ${{ matrix.command }}
|
||||
|
||||
- name: Install toolchain
|
||||
|
|
@ -53,6 +54,7 @@ jobs:
|
|||
toolchain: stable
|
||||
target: ${{ matrix.toolchain }}
|
||||
default: true
|
||||
overwrite: true
|
||||
|
||||
- name: Test
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue