From e4611506317804635787b6f47a34264545a554c6 Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Mon, 21 Oct 2024 20:12:32 +0200 Subject: [PATCH] Set actions-cache-folder --- .github/workflows/build-natives.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-natives.yml b/.github/workflows/build-natives.yml index 79bc7e8..e4a3e98 100644 --- a/.github/workflows/build-natives.yml +++ b/.github/workflows/build-natives.yml @@ -69,7 +69,7 @@ jobs: if: matrix.runtime == 'browser-wasm' uses: mymindstorm/setup-emsdk@v14 with: - no-install: true + actions-cache-folder: 'emsdk-cache' - name: Build Natives run: dotnet build -c ${{ matrix.config }} -r ${{ matrix.runtime }}