Skip to content

Commit

Permalink
r2plugin-ci: Update Qt5 PATH export on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kubov authored and trufae committed Jan 14, 2022
1 parent c4a073f commit b8bd73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r2plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
run: |
# Next lines are only for macOS
export PATH="/usr/local/opt/openssl@1.1/bin:${PATH}"
export PATH=/usr/local/opt/qt/bin:${PATH}
export PATH="/usr/local/opt/qt@5/bin:$PATH"
export PATH=${PWD}/../radare2/bin:${PATH}
export OPENSSL_ROOT_DIR="/usr/local/opt/openssl@1.1/"
export LD_LIBRARY_PATH=${PWD}/../radare2/lib:${PWD}/../radare2/lib64:${LD_LIBRARY_PATH}
Expand Down

0 comments on commit b8bd73b

Please sign in to comment.