summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlistair Keiller <43255248+AlistairKeiller@users.noreply.github.com>2023-04-26 11:37:25 -0700
committerGitHub <noreply@github.com>2023-04-26 20:37:25 +0200
commit5100046acf0fd31f805506f156c59c635c46cf93 (patch)
tree459529b94495e3440b976120582dab4c88c92fd5 /.github/workflows
parenta810ae64bf358357b7d3d09b3d38787f7c757e6f (diff)
fix x86_64-unknown-linux-musl by building through cross (#994)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
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