From d9218b812789168a28ae3134c4952e3b639b9efb Mon Sep 17 00:00:00 2001 From: Skycoder42 Date: Mon, 16 Dec 2019 14:18:15 +0100 Subject: [PATCH] fix cache expression --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aff4d91..0c12ff0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: actions-cache-folder: emsdk-cache - name: actions/cache qt uses: actions/cache@v1 - id: cache + id: cache-qt with: path: qt/${{matrix.version}}/${{matrix.platform}} key: qt-${{matrix.version}}-${{matrix.platform}}