mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update build-arm64-mac.yml
This commit is contained in:
parent
66aa39d797
commit
ead346ca84
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-arm64-mac.yml
vendored
7
.github/workflows/build-arm64-mac.yml
vendored
|
@ -22,13 +22,18 @@ jobs:
|
||||||
brew update
|
brew update
|
||||||
brew install cmake qt@6
|
brew install cmake qt@6
|
||||||
|
|
||||||
|
- name: Verify Qt Installation Path
|
||||||
|
run: |
|
||||||
|
echo "Qt is installed at: $(brew --prefix qt@6)"
|
||||||
|
ls -la $(brew --prefix qt@6)
|
||||||
|
|
||||||
- name: Configure and Build Retro-Imager
|
- name: Configure and Build Retro-Imager
|
||||||
env:
|
env:
|
||||||
CMAKE_PREFIX_PATH: "$(brew --prefix qt@6)"
|
CMAKE_PREFIX_PATH: "$(brew --prefix qt@6)"
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake ../src
|
cmake -DCMAKE_PREFIX_PATH=$(brew --prefix qt@6) ../src
|
||||||
make
|
make
|
||||||
|
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue