From 66aa39d797c099ebba6a0d78056de85c24185f35 Mon Sep 17 00:00:00 2001 From: cmclark00 <116466213+cmclark00@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:14:29 -0400 Subject: [PATCH] Update build-arm64-mac.yml --- .github/workflows/build-arm64-mac.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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