Skip to content

Commit a105431

Browse files
committed
fix(ci): add missing mingw package
1 parent db3eb5d commit a105431

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
profile: minimal
2626
toolchain: stable
27-
- run: sudo apt-get install ffmpeg
27+
- run: sudo apt install ffmpeg
2828
- run: cargo test --verbose --features tests-ffmpeg
2929

3030
clippy:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
profile: minimal
3939
toolchain: stable
4040
target: x86_64-unknown-linux-gnu
41+
- run: sudo apt install mingw-w64
4142
- run: cargo build --release --target x86_64-unknown-linux-gnu
4243
env:
4344
RUSTFLAGS: "-C target-feature=+crt-static"

0 commit comments

Comments
 (0)