Skip to content

Commit

Permalink
Ensure the linux release builder has musl-tools installed
Browse files Browse the repository at this point in the history
We're building for a musl target, so we need musl-tools.
  • Loading branch information
jgilchrist committed Nov 24, 2024
1 parent 2858f16 commit 50212b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install -y musl-tools

- name: Build
env:
RUSTFLAGS: '${{ matrix.rustflags }}'
Expand Down

0 comments on commit 50212b2

Please sign in to comment.