Skip to content

Commit

Permalink
One last try
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Nov 6, 2024
1 parent bf93844 commit 9ac7f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/musl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install MUSL tools
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: sudo apk update && sudo apk add musl-dev build-base
run: su root -c "apk update && apk add musl-dev build-base"
shell: alpine.sh {0}

- name: Build
Expand Down

0 comments on commit 9ac7f93

Please sign in to comment.