do not cache qt on macos

This commit is contained in:
Bruno Alexandre Rosa 2025-09-25 08:28:39 -03:00
parent 155894ec9c
commit 8eaae0b2f7

View file

@ -293,7 +293,7 @@ jobs:
- name: Install Qt ${{env.QT_VERSION}} - name: Install Qt ${{env.QT_VERSION}}
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
cache: true cache: false # qt caches take too much space for macOS (1.1Gi)
version: ${{env.QT_VERSION}} version: ${{env.QT_VERSION}}
arch: ${{env.QT_ARCH}} arch: ${{env.QT_ARCH}}
modules: ${{env.QT_MODULES}} modules: ${{env.QT_MODULES}}