Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Jul 31, 2022
1 parent 2034b54 commit 84dda24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
echo "DEV_BUILD=$(git rev-list `git rev-list --tags --no-walk --max-count=1`..HEAD --count)" >> $GITHUB_ENV
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: dimkanovikov/install-qt-action@master
with:
version: 5.15.2
target: desktop
Expand Down

0 comments on commit 84dda24

Please sign in to comment.