Skip to content

Commit 2a67c8e

Browse files
committed
fix: musl install script
1 parent 4f25f58 commit 2a67c8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
override: true
3131

3232
# Install musl-gcc
33-
- name: Install musl-gcc
34-
run: apt-get install musl-tools
33+
- name: Install musl build tools
34+
run: sudo apt update && sudo apt install musl-tools -y
3535

3636
# Build the binary
3737
- name: Build for ${{ matrix.target }}

0 commit comments

Comments
 (0)