Skip to content

Commit

Permalink
Try fixing windows CI, missing windeployqt.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianBDev committed Nov 25, 2024
1 parent 4cc33c7 commit 6196ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# mkdir -p tests/out/bin/$BUILD_TYPE/imageformats
# find . -name vcpkg_installed/x64-windows-degate/Qt6/plugins/imageformats/*.dll -exec cp {} tests/out/bin/$BUILD_TYPE/imageformats/ \;
cd tests/out/bin/$BUILD_TYPE
$Qt6_DIR/bin/windeployqt.exe ./
$QT_ROOT_DIR/bin/windeployqt.exe ./
./DegateTests.exe
- name: Upload vcpkg build logs
Expand Down

0 comments on commit 6196ff0

Please sign in to comment.