Skip to content

Commit

Permalink
Update Windows CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Aug 25, 2024
1 parent 162ade0 commit c196420
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
LIBCLANG_PATH: ${{ github.workspace }}/clang/lib
LLVM_CONFIG_PATH: ${{ github.workspace }}/clang/bin/llvm-config
# vcpkg doesn't provide FFmpeg 7 yet (https://github.com/microsoft/vcpkg/issues/37888)
run: cargo clippy --no-default-features --features ffmpeg6 -- -D warnings
run: cargo clippy --no-default-features --features ffmpeg7,link_vcpkg_ffmpeg -- -D warnings

build_static_and_test_ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c196420

Please sign in to comment.