Skip to content

Commit 248a0da

Browse files
committed
fix musl build
1 parent 6e7269f commit 248a0da

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,11 @@ jobs:
4848
key: ${{ matrix.target }}
4949

5050
- name: Install gcc-aarch64-linux-gnu
51-
if: matrix.target == 'aarch64-unknown-linux-gnu'
51+
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'aarch64-unknown-linux-musl'
5252
run: |
5353
sudo apt-get update
5454
sudo apt-get install -y gcc-aarch64-linux-gnu
5555
56-
- name: Install gcc-aarch64-linux-musl
57-
if: matrix.target == 'aarch64-unknown-linux-musl'
58-
run: |
59-
sudo apt-get update
60-
sudo apt-get install -y gcc-aarch64-linux-musl
61-
6256
- name: Build
6357
run: cargo build -p native --release --target ${{ matrix.target }}
6458

0 commit comments

Comments
 (0)