From d67b52853a9849bfc97ac500d94878b26a71b479 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 7 May 2024 21:45:08 -0400 Subject: [PATCH] CI: Use the correct value for the save-cache architecture on Lagom --- .github/workflows/serenity-js-artifacts.yml | 2 +- .github/workflows/wasm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/serenity-js-artifacts.yml b/.github/workflows/serenity-js-artifacts.yml index 35ca9d4971..c87fb24a9e 100644 --- a/.github/workflows/serenity-js-artifacts.yml +++ b/.github/workflows/serenity-js-artifacts.yml @@ -80,7 +80,7 @@ jobs: - name: Save Caches uses: ./.github/actions/cache-save with: - arch: ${{ matrix.arch }} + arch: 'Lagom' serenity_ccache_path: ${{ env.SERENITY_CCACHE_DIR }} serenity_ccache_primary_key: ${{ steps.cache-restore.outputs.serenity_ccache_primary_key }} diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index cab3db4205..5100326a43 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -81,7 +81,7 @@ jobs: - name: Save Caches uses: ./.github/actions/cache-save with: - arch: ${{ matrix.arch }} + arch: 'Lagom' serenity_ccache_path: ${{ env.SERENITY_CCACHE_DIR }} serenity_ccache_primary_key: ${{ steps.cache-restore.outputs.serenity_ccache_primary_key }}