Skip to content

Commit 4c5cace

Browse files
committed
(CI) fix apt error
1 parent d52418e commit 4c5cace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: dtolnay/rust-toolchain@stable
3737
with:
3838
targets: ${{ matrix.target }}
39+
- run: sudo apt update
3940
- run: sudo apt install musl-tools gcc-multilib
4041
- run: cargo build --target ${{ matrix.target }} --release --features capi,stripper-xml
4142
- run: ci/make_tarball.sh ${{ matrix.target }}

0 commit comments

Comments
 (0)