Skip to content

Commit

Permalink
Add Qt installation to win build
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Apr 29, 2024
1 parent 2a83ba5 commit 7a2804f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
.\bootstrap-vcpkg.bat
.\vcpkg.exe install cppzmq:x64-windows
- name: Running cmake (windows)
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.5.2'
- name: Running cmake (windows)
run: |
cd ${{ github.workspace }}
ls
Expand Down

0 comments on commit 7a2804f

Please sign in to comment.