fix x86_64-unknown-linux-musl by building through cross (#994)

This commit is contained in:
Alistair Keiller 2023-04-26 11:37:25 -07:00 committed by GitHub
parent a810ae64bf
commit 5100046acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
include: include:
- target: x86_64-unknown-linux-musl - target: x86_64-unknown-linux-musl
os: ubuntu-latest os: ubuntu-latest
cross: false cross: true
- target: aarch64-unknown-linux-musl - target: aarch64-unknown-linux-musl
os: ubuntu-latest os: ubuntu-latest
cross: true cross: true