We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0545ab3 commit 1a32281Copy full SHA for 1a32281
.github/workflows/release.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Install Rust toolchain
33
run: |
34
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
38
- name: Set up cargo cache
39
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
40
- name: Build
0 commit comments