From 042f43549f777503c609ee1d9011bfca46866d58 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:31:36 +0200 Subject: [PATCH] Move Qt installation to ~/qt to re-enable caching --- .github/autobuild/mac.sh | 2 +- .github/workflows/autobuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/autobuild/mac.sh b/.github/autobuild/mac.sh index 1679d75aee..ba420c9d52 100755 --- a/.github/autobuild/mac.sh +++ b/.github/autobuild/mac.sh @@ -26,7 +26,7 @@ set -eu -QT_DIR=/opt/qt +QT_DIR=~/qt # The following version pinnings are semi-automatically checked for # updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually: AQTINSTALL_VERSION=3.1.21 diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 7fabb0111c..7c3c0b8ab3 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -321,7 +321,7 @@ jobs: uses: actions/cache@v4 with: path: | - /opt/qt + ~/qt ~/Library/Cache/jamulus-homebrew-bottles key: ${{ matrix.config.target_os }}-${{ hashFiles('.github/workflows/autobuild.yml', '.github/autobuild/mac.sh', 'mac/deploy_mac.sh') }}-${{ matrix.config.base_command }}