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 d52418e commit 4c5caceCopy full SHA for 4c5cace
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
- uses: dtolnay/rust-toolchain@stable
37
with:
38
targets: ${{ matrix.target }}
39
+ - run: sudo apt update
40
- run: sudo apt install musl-tools gcc-multilib
41
- run: cargo build --target ${{ matrix.target }} --release --features capi,stripper-xml
42
- run: ci/make_tarball.sh ${{ matrix.target }}
0 commit comments