Skip to content

Commit

Permalink
<actions> Fix homebrew build
Browse files Browse the repository at this point in the history
  • Loading branch information
stloeffler committed Feb 10, 2024
1 parent a0258c4 commit c5cbf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
brew link --force poppler-qt5
- name: Configure
run: cmake -B build -DTW_BUILD_ID='github' ${GITHUB_WORKSPACE} -DCMAKE_PREFIX_PATH="/usr/local/opt/qt5"
run: cmake -B build -DTW_BUILD_ID='github' ${GITHUB_WORKSPACE} -DCMAKE_PREFIX_PATH="/usr/local/opt/qt@5"

- name: Build
run: make -j
Expand Down

0 comments on commit c5cbf96

Please sign in to comment.