Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install-mesa/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
id: lfs-cache
with:
path: .git/lfs
key: ${{ runner.os }}-${{ hashFiles('.lfs-assets-id') }}-v1
key: lfs-${{ hashFiles('.lfs-assets-id') }}-v1

- name: Git LFS Pull
run: git lfs pull
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-sdk-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
with:
path: |
mesasdk-x86_64-linux-${{inputs.sdk}}.tar.gz
key: linux-${{inputs.sdk}}
key: sdk-linux-${{inputs.sdk}}

- name: Download SDK '${{ inputs.sdk }}'
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/install-sdk-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ runs:
id: cache
with:
path: |
mesasdk-aarch64-macos-${{inputs.sdk}}.tar.gz
key: macos-${{inputs.sdk}}
mesasdk-aarch64-macos-${{inputs.sdk}}.pkg
key: sdk-macos-${{inputs.sdk}}

- name: Download SDK
shell: bash
Expand Down
Loading