Skip to content

Commit

Permalink
fix ffmpeg vcpkg hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
RHeckerIntel committed Nov 21, 2024
1 parent bc223d4 commit 5f428a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Step 9: Install vcpkg and ffmpeg
- name: Install vcpkg and ffmpeg
run: |
git clone https://github.com/microsoft/vcpkg.git C:\vcpkg
if (!(Test-Path "C:\vcpkg")) { git clone https://github.com/microsoft/vcpkg.git C:\vcpkg }
C:\vcpkg\bootstrap-vcpkg.bat
cd openvino_bindings/third_party
C:\vcpkg\vcpkg install
Expand Down

0 comments on commit 5f428a9

Please sign in to comment.