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 Sep 10, 2024
1 parent adb0c95 commit 9c0adf5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/AVIMetaEdit_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
- name: Configure GUI
run: |
cd Project/QtCreator
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
export PATH=/opt/homebrew/opt/qt@5/bin:$PATH
./prepare CONFIG+=c++11 -after QMAKE_MACOSX_DEPLOYMENT_TARGET=10.9
- name: Build GUI
run: |
cd Project/QtCreator
export PATH=/usr/local/opt/qt/bin:$PATH
export PATH=/opt/homebrew/opt/qt@5/bin:$PATH
make

0 comments on commit 9c0adf5

Please sign in to comment.