mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
fix: use non-musl target for linux build
This commit is contained in:
parent
8cfcaf3c86
commit
24f0318fc0
1 changed files with 1 additions and 6 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
include:
|
||||
- build: linux
|
||||
os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-musl
|
||||
target: x86_64-unknown-linux-gnu
|
||||
|
||||
- build: macos
|
||||
os: macos-latest
|
||||
|
@ -40,11 +40,6 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
- name: List toolchain installed components
|
||||
shell: bash
|
||||
run: |
|
||||
rustup component list
|
||||
|
||||
- name: Build
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in a new issue