1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 03:50:45 +00:00

CI: Use the correct value for the save-cache architecture on Lagom

This commit is contained in:
Timothy Flynn 2024-05-07 21:45:08 -04:00 committed by Andrew Kaster
parent 33cf9e68dd
commit d67b52853a
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}