Skip to content

Commit 823289b

Browse files
authored
Merge pull request #3512 from ann0see/autobuild/FixGtarPermissionIssue
Move Qt macOS installation to home directory to fix gtar issue
2 parents 4fde19a + 042f435 commit 823289b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/autobuild/mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
set -eu
2828

29-
QT_DIR=/opt/qt
29+
QT_DIR=~/qt
3030
# The following version pinnings are semi-automatically checked for
3131
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
3232
AQTINSTALL_VERSION=3.1.21

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
uses: actions/cache@v4
322322
with:
323323
path: |
324-
/opt/qt
324+
~/qt
325325
~/Library/Cache/jamulus-homebrew-bottles
326326
key: ${{ matrix.config.target_os }}-${{ hashFiles('.github/workflows/autobuild.yml', '.github/autobuild/mac.sh', 'mac/deploy_mac.sh') }}-${{ matrix.config.base_command }}
327327

0 commit comments

Comments
 (0)