mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
Update build-arm64-mac.yml
This commit is contained in:
parent
559ba61943
commit
66aa39d797
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build-arm64-mac.yml
vendored
7
.github/workflows/build-arm64-mac.yml
vendored
|
@ -17,11 +17,14 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Dependencies (example)
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install cmake # Replace with actual dependencies if needed
|
brew update
|
||||||
|
brew install cmake qt@6
|
||||||
|
|
||||||
- name: Configure and Build Retro-Imager
|
- name: Configure and Build Retro-Imager
|
||||||
|
env:
|
||||||
|
CMAKE_PREFIX_PATH: "$(brew --prefix qt@6)"
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue