Skip to content

Commit

Permalink
Try to fix macOS build (path to Qt tools).
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilderbeek committed Sep 4, 2024
1 parent a95b93a commit 891dacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
shell: bash
run: |
brew install qt@5
PATH="/opt/homebrew/opt/qt@5/bin:$PATH"
export PATH
make
mkdir derived/root
mv derived/openMSX_Debugger.app "derived/root/openMSX Debugger.app"
Expand Down

0 comments on commit 891dacd

Please sign in to comment.