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
3df4fd3ef4
commit
d0163c8e14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_PREFIX_PATH=$(brew --prefix qt@5) ..
|
cmake -DCMAKE_PREFIX_PATH=$(brew --prefix qt@5) ../src
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue