Skip to content

Commit

Permalink
[CI] ubuntu needs musl-tools for musl-gcc...
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jul 26, 2024
1 parent 9b74c28 commit f4e8c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: ${{matrix.os == 'ubuntu-latest'}}
run: |
sudo apt-get update
sudo apt-get install musl musl-dev
sudo apt-get install musl musl-dev musl-tools
- name: Setup nimble & deps
shell: bash
Expand Down

0 comments on commit f4e8c02

Please sign in to comment.