Skip to content

Commit

Permalink
ci: add musl-tools to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MeguminSama committed Feb 1, 2025
1 parent 5850479 commit d2188c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- name: Install NSIS
if: startsWith(matrix.os, 'windows')
run: choco install nsis --version 3.10 -y

- name: Install musl-gcc
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install musl-tools -y

- name: Build
run: cargo prepare-release
Expand Down

0 comments on commit d2188c4

Please sign in to comment.