diff options
| author | Alistair Keiller <43255248+AlistairKeiller@users.noreply.github.com> | 2023-04-26 11:37:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 20:37:25 +0200 |
| commit | 5100046acf0fd31f805506f156c59c635c46cf93 (patch) | |
| tree | 459529b94495e3440b976120582dab4c88c92fd5 | |
| parent | a810ae64bf358357b7d3d09b3d38787f7c757e6f (diff) | |
fix x86_64-unknown-linux-musl by building through cross (#994)
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fec1002e..26d22ba9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: include: - target: x86_64-unknown-linux-musl os: ubuntu-latest - cross: false + cross: true - target: aarch64-unknown-linux-musl os: ubuntu-latest cross: true |
