mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2025-03-02 02:58:40 +00:00
Wrong cache name
This commit is contained in:
parent
ea46e32eff
commit
9b814470f1
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user