Skip to content

Commit

Permalink
fix(ci): install musl-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Feb 4, 2024
1 parent 0548398 commit bd50f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: korandoru/setup-zig@v1
with:
zig-version: master
- run: sudo apt update && sudo apt install -y musl-tools
- run: just ${{ matrix.command }} ${{ matrix.target }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit bd50f0f

Please sign in to comment.