We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e435a commit 56d363bCopy full SHA for 56d363b
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
sudo apt-get update
54
sudo apt-get install -y gcc-aarch64-linux-gnu
55
56
- - name: Install gcc-aarch64-linux-gnu
+ - name: Install gcc-aarch64-linux-musl
57
if: matrix.target == 'aarch64-unknown-linux-musl'
58
run: |
59
0 commit comments