Skip to content

Commit

Permalink
fix: install sysdeps before build
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jun 6, 2024
1 parent d56ee83 commit 6285f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Build for Release
run: cargo build --release --target ${{ matrix.target }}

- name: Install ${{ matrix.name }} System Dependencies
if: matrix.name == 'linux-x64-musl'
run: |
sudo apt-get update
sudo apt-get install -y musl-tools
- name: Build for Release
run: cargo build --release --target ${{ matrix.target }}

- name: Prepare Binary
shell: bash
run: |
Expand Down

0 comments on commit 6285f82

Please sign in to comment.