Update build-arm64-mac.yml

This commit is contained in:
cmclark00 2024-10-15 14:14:29 -04:00 committed by GitHub
parent 559ba61943
commit 66aa39d797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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