Skip to content

Commit

Permalink
Cannot build binary with musl.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Oct 9, 2024
1 parent b1f8806 commit 76d9b0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
working-directory: studio
- name: Build studio
run: cd studio && yarn openapi && yarn build:embed && cd ..
# Install musl-tools and build-essential
- name: Install musl-gcc and build-essential
run: |
sudo apt-get update
sudo apt-get install -y musl-tools build-essential
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 76d9b0b

Please sign in to comment.