Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Feb 28, 2024
1 parent 5ae5ccf commit 906dc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MOVMetaEdit_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Configure GUI
run: |
cd Project/Qt
export PATH=/usr/local/opt/qt5/bin:$PATH
export PATH=/usr/local/opt/qt@5/bin:$PATH
export QT_SELECT=qt5
./prepare INCLUDEPATH+=/usr/local/include CONFIG+=c++11 -after QMAKE_MACOSX_DEPLOYMENT_TARGET=10.9
- name: Build GUI
run: |
cd Project/Qt
export PATH=/usr/local/opt/qt5/bin:$PATH
export PATH=/usr/local/opt/qt@5/bin:$PATH
make

0 comments on commit 906dc63

Please sign in to comment.