Skip to content

Commit

Permalink
add build and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Oct 3, 2024
1 parent 7bad70d commit 8b7cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies on Windows
if: matrix.os == 'windows-latest'
run: |
choco install qt5 ninja -y
choco install qt5-default ninja -y
# Install vcpkg
- name: Install vcpkg
Expand Down

0 comments on commit 8b7cf28

Please sign in to comment.