Skip to content

Commit

Permalink
CI/github: update homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ntu committed Apr 28, 2024
1 parent 1711059 commit 7272060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
with:
python-version: '3.x'
- run: brew install qt@5 meson svg2png
- run: echo "/usr/local/opt/qt@5/bin" >> $GITHUB_PATH
- run: echo "/opt/homebrew/opt/qt@5/bin" >> $GITHUB_PATH
- run: meson setup builddir
- run: meson compile -C builddir

0 comments on commit 7272060

Please sign in to comment.