mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
ci: (MacOS) Automatically detect Homebrew prefix
This commit is contained in:
parent
d8bb1cecc5
commit
ee6afdcded
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
|||
-DCMAKE_INSTALL_PREFIX="build/distrib" \
|
||||
-DPACKAGE_NAME="streamfx-${{ matrix.id }}" \
|
||||
-DPACKAGE_PREFIX="build/package" \
|
||||
-DQt5_DIR=/usr/local/Cellar/qt@5/5.15.2/lib/cmake/Qt5
|
||||
-DQt5_DIR=$(brew --prefix)/Cellar/qt@5/5.15.2/lib/cmake/Qt5
|
||||
- name: "Build Project"
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue