Skip to content

Commit

Permalink
Merge pull request #234 from miek/mac-ci
Browse files Browse the repository at this point in the history
Fix mac CI build
  • Loading branch information
miek authored May 17, 2024
2 parents 528bdda + d5aede8 commit 009fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
BUILD_TYPE: Release
# For macOS qt keg-only package
CMAKE_PREFIX_PATH: '/usr/local/opt/qt@5'
CMAKE_PREFIX_PATH: '/opt/homebrew/opt/qt@5'

jobs:
build:
Expand Down

0 comments on commit 009fd2d

Please sign in to comment.