Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 4, 2024
1 parent 43b224f commit 23e67eb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/qctools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,14 @@ jobs:
brew install ${{ matrix.packages }} nasm
- name: Install Qt5
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}
run: |
brew install qt@5
# - name: Install Qt5
# uses: jurplel/install-qt-action@v3
# with:
# version: ${{ matrix.qt_version }}
# modules: ${{ matrix.qt_modules }}

- name: Check Qt install
run: |
Expand Down

0 comments on commit 23e67eb

Please sign in to comment.