Skip to content

Commit 1a32281

Browse files
committed
fix build
1 parent 0545ab3 commit 1a32281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install Rust toolchain
3333
run: |
3434
rustup toolchain install --target ${{ matrix.target }} --profile minimal stable
35+
- name: Install musl toolchain
36+
if: matrix.os == 'ubuntu-latest'
37+
run: sudo apt-get install -y musl-tools
3538
- name: Set up cargo cache
3639
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
3740
- name: Build

0 commit comments

Comments
 (0)