fix: use non-musl target for linux build

This commit is contained in:
Bart van der Braak 2023-11-06 06:00:01 +01:00
parent 8cfcaf3c86
commit 24f0318fc0

View file

@ -18,7 +18,7 @@ jobs:
include: include:
- build: linux - build: linux
os: ubuntu-latest os: ubuntu-latest
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-gnu
- build: macos - build: macos
os: macos-latest os: macos-latest
@ -41,11 +41,6 @@ jobs:
with: with:
targets: ${{ matrix.target }} targets: ${{ matrix.target }}
- name: List toolchain installed components
shell: bash
run: |
rustup component list
- name: Build - name: Build
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: