Wrong cache name

This commit is contained in:
Jesse Talavera-Greenberg 2023-07-09 13:20:02 -04:00
parent ea46e32eff
commit 9b814470f1

View File

@ -78,7 +78,7 @@ jobs:
- name: Install Dependencies
uses: ./.github/actions/deps
with:
ccache-cache-name: ${{ inputs.archive-name }}-{{ matrix.build-type }}
ccache-cache-name: ${{ inputs.archive-name }}-${{ matrix.build-type }}
runs-on: ${{ inputs.runs-on }}
- name: Create build environment