Skip to content

Commit

Permalink
update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Nov 26, 2024
1 parent b8cd5b2 commit f4e15fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
# 4. Build the project
- name: Build PlatypusGui
run: cmake --preset ninja-vcpkg-release --build build --config Release --target PlatypusGui
run: |
cd build && ninja PlatypusGui
- name: Deploy Qt Dependencies (Windows)
shell: cmd
Expand Down

0 comments on commit f4e15fa

Please sign in to comment.