mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update mac.yml
This commit is contained in:
parent
58a9fad215
commit
27e81c03fa
1 changed files with 4 additions and 0 deletions
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
|
@ -26,6 +26,10 @@ jobs:
|
|||
|
||||
# Add Qt 5 to PATH
|
||||
echo 'export PATH="/usr/local/opt/qt@5/bin:$PATH"' >> $GITHUB_ENV
|
||||
echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> /Users/runner/.bash_profile
|
||||
export LDFLAGS="-L/opt/homebrew/opt/qt@5/lib"
|
||||
export CPPFLAGS="-I/opt/homebrew/opt/qt@5/include"
|
||||
export PKG_CONFIG_PATH="/opt/homebrew/opt/qt@5/lib/pkgconfig"
|
||||
|
||||
- name: Build Project
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue