From f929f395d204abf43ebaea225444e5b979e6d1eb Mon Sep 17 00:00:00 2001 From: Patrick Siegler Date: Sun, 6 Aug 2023 22:34:41 +0200 Subject: [PATCH] Use default dir for Qt hoping that will make caching work, currently restoring the cache fails --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 708cdfdf..cded5abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: cache: true - dir: C:\Qt + cache-key-prefix: install-qt-action-default version: 5.* - name: Cached Bass id: cache-bass