Skip to content

Commit

Permalink
GitHub Actions: Fixed macos-latest workflow (#3760)
Browse files Browse the repository at this point in the history
* `qbs` now depends on `qt` and not `qt5`
* Explicit linking appears to be no longer necessary
  • Loading branch information
bjorn committed Jun 2, 2023
1 parent e2f8dbf commit 80efa84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Install dependencies
run: |
brew install qbs
brew link qt5 --force
- name: Setup Qbs
run: |
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ libraries have been installed as well as the Qbs build tool:
* On Fedora: `sudo dnf builddep tiled`
* On Arch Linux: `sudo pacman -S qt qt5-tools qbs`
* On macOS with [Homebrew](https://brew.sh/):
+ `brew install qbs`
+ `brew link qt5 --force`
+ `brew install qbs` (which automatically pulls in `qt`)

If you want to build the Python plugin, you additionally need to install the
Python 3 development libraries:
Expand Down

0 comments on commit 80efa84

Please sign in to comment.