We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3eb5d commit a105431Copy full SHA for a105431
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
profile: minimal
26
toolchain: stable
27
- - run: sudo apt-get install ffmpeg
+ - run: sudo apt install ffmpeg
28
- run: cargo test --verbose --features tests-ffmpeg
29
30
clippy:
.github/workflows/release.yml
@@ -38,6 +38,7 @@ jobs:
38
39
40
target: x86_64-unknown-linux-gnu
41
+ - run: sudo apt install mingw-w64
42
- run: cargo build --release --target x86_64-unknown-linux-gnu
43
env:
44
RUSTFLAGS: "-C target-feature=+crt-static"
0 commit comments