Skip to content

Commit

Permalink
Attempt to fix Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Sep 29, 2023
1 parent 6fdd48a commit 30bfc62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install-qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: '6.2.4'
- name: qmake
run: qmake
- name: make
Expand Down

0 comments on commit 30bfc62

Please sign in to comment.