Skip to content

Commit

Permalink
fix: added rcc
Browse files Browse the repository at this point in the history
  • Loading branch information
baizon committed Oct 19, 2024
1 parent 1ffe8d1 commit 2192a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$OS_NAME" == "osx" ]; then
# GitHub CI installs Go directly in the macos action, before executing
# this script.
go version
brew install qt@5
brew install qt@5 robocorp/tools/rcc
export PATH="/usr/local/opt/qt@5/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/qt@5/lib"
export CPPFLAGS="-I/usr/local/opt/qt@5/include"
Expand Down

0 comments on commit 2192a85

Please sign in to comment.