Skip to content

Commit

Permalink
Merge pull request #46 from openvinotoolkit/fluent-ui-migration
Browse files Browse the repository at this point in the history
New UI
  • Loading branch information
ArendJanKramer authored Dec 3, 2024
2 parents 3172852 + 31ee606 commit 54499bc
Show file tree
Hide file tree
Showing 151 changed files with 9,008 additions and 5,032 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ jobs:

# Step 9: Install vcpkg and ffmpeg
- name: Install vcpkg and ffmpeg
shell: powershell
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
C:\vcpkg\vcpkg install ffmpeg
shell: cmd
cd openvino_bindings/third_party
C:\vcpkg\vcpkg install
# Step 10: Download and Install OpenVINO Runtime
- name: Download and Install OpenVINO Runtime 24.5.0
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ migrate_working_dir/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
**/doc/api/
Expand Down
Loading

0 comments on commit 54499bc

Please sign in to comment.