Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 11, 2023
1 parent 9ea8a6b commit aca1666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id: restore-cache
with:
path: build/Darwin/installed
key: ${{ runner.os }}-${{ hashFiles('builders/Darwin/versions') }}-${{ env.XCODE_VER }}-X
key: ${{ runner.os }}-${{ hashFiles('builders/Darwin/versions') }}-${{ env.XCODE_VER }}-XX
- name: Build installation
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
Expand Down
4 changes: 2 additions & 2 deletions builders/Darwin/install-qt6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source "$CURRENT/versions"
cd "$BUILD_ROOT"
python3 -m venv --clear "build/qtvenv"
"build/qtvenv/bin/pip" install --upgrade --upgrade-strategy eager aqtinstall
#"build/qtvenv/bin/python" -m aqt install-qt mac desktop ${QT_VER} --modules qtmultimedia qtquick3d qtshadertools qtquicktimeline qtquickeffectmaker -O "$BUILD_ROOT/installed"
#"build/qtvenv/bin/python" -m aqt install-tool mac desktop tools_qtcreator_preview preview.qt.tools.qtcreator -O "$BUILD_ROOT/installed/${QT_VER}/macos/bin"
"build/qtvenv/bin/python" -m aqt install-qt mac desktop ${QT_VER} --modules qtmultimedia qtquick3d qtshadertools qtquicktimeline qtquickeffectmaker -O "$BUILD_ROOT/installed"
"build/qtvenv/bin/python" -m aqt install-tool mac desktop tools_qtcreator_preview preview.qt.tools.qtcreator -O "$BUILD_ROOT/installed/${QT_VER}/macos/bin"
"build/qtvenv/bin/python" -m aqt install-src mac desktop ${QT_VER} --archives qtbase qtdeclarative qtmultimedia qtquicktimeline -O "$BUILD_ROOT/installed"
)

0 comments on commit aca1666

Please sign in to comment.