mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
fix x86_64-unknown-linux-musl by building through cross (#994)
This commit is contained in:
parent
a810ae64bf
commit
5100046acf
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user