diff --git a/.github/workflows/build-arm64-mac.yml b/.github/workflows/build-arm64-mac.yml index b9e871b..677db06 100644 --- a/.github/workflows/build-arm64-mac.yml +++ b/.github/workflows/build-arm64-mac.yml @@ -17,11 +17,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install Dependencies (example) + - name: Install Dependencies run: | - brew install cmake # Replace with actual dependencies if needed + brew update + brew install cmake qt@6 - name: Configure and Build Retro-Imager + env: + CMAKE_PREFIX_PATH: "$(brew --prefix qt@6)" run: | mkdir -p build cd build