From 0e96d579e1ab70640218ef08573cdd79558b131e Mon Sep 17 00:00:00 2001 From: swirl Date: Tue, 9 Jan 2024 11:54:25 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98a0db7..330e8e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,6 +74,7 @@ jobs: - name: Install Qt 6.6.0 uses: jurplel/install-qt-action@v3.3.0 with: + cache: on version: 6.6.0 aqtversion: ==3.1.* @@ -81,6 +82,7 @@ jobs: if: matrix.qt_arch == 'wasm_singlethread' uses: jurplel/install-qt-action@v3.3.0 with: + cache: on version: 6.6.0 aqtversion: ==3.1.* arch: ${{ matrix.qt_arch }} @@ -89,6 +91,7 @@ jobs: if: matrix.qt_target == 'android' uses: jurplel/install-qt-action@v3.3.0 with: + cache: on version: 6.6.0 aqtversion: ==3.1.* target: ${{ matrix.qt_target }}