mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix ubuntu musl package
This commit is contained in:
parent
03fe0c6f01
commit
2451e33639
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
toolchain: x86_64-unknown-linux-musl
|
toolchain: x86_64-unknown-linux-musl
|
||||||
platform: linux
|
platform: linux
|
||||||
command: sudo apt install -y musl
|
command: sudo apt install -y musl-tools
|
||||||
ext:
|
ext:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
toolchain: x86_64-pc-windows-gnu
|
toolchain: x86_64-pc-windows-gnu
|
||||||
|
|
@ -43,6 +43,9 @@ jobs:
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
|
- name: Additional command
|
||||||
|
run: ${{ matrix.command }}
|
||||||
|
|
||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|
@ -51,9 +54,6 @@ jobs:
|
||||||
target: ${{ matrix.toolchain }}
|
target: ${{ matrix.toolchain }}
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
- name: Additional command
|
|
||||||
run: ${{ matrix.command }}
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue