Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0 committed Jul 22, 2024
1 parent 22a14a7 commit b8e0df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
LIBCLANG_PATH: ${{ github.workspace }}/clang/lib
LLVM_CONFIG_PATH: ${{ github.workspace }}/clang/bin/llvm-config
run: cargo clippy -- -D warnings
run: cargo clippy --features link_vcpkg_ffmpeg -- -D warnings

build_static_and_test_ubuntu_with_system_ffmpeg:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.config.vcpkg_triplet }}
LIBCLANG_PATH: ${{ github.workspace }}/clang/lib
LLVM_CONFIG_PATH: ${{ github.workspace }}/clang/bin/llvm-config
run: cargo build --target ${{ matrix.config.target }} --verbose
run: cargo build --features link_vcpkg_ffmpeg --target ${{ matrix.config.target }} --verbose

build_dynamic_and_test_ubuntu:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b8e0df9

Please sign in to comment.