Skip to content

Commit 5a80595

Browse files
committed
workflow: fix an warning
1 parent 1555f6b commit 5a80595

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/compile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ jobs:
292292
with:
293293
path: /github/home/.cache/ccache
294294
key: ${{ runner.os }}-${{ inputs.PROJECT_NAME }}-32x-ccache-${{ hashFiles(format('{0}**/*.cpp', inputs.PROJECT_PATH), format('{0}**/*.h', inputs.PROJECT_PATH), format('{0}**/*.hxx', inputs.PROJECT_PATH), format('{0}**/*.cxx', inputs.PROJECT_PATH), format('{0}**/*.c', inputs.PROJECT_PATH), format('{0}**/premake5.lua', inputs.PROJECT_PATH)) }}
295-
restore-keys: ${{ runner.os }}-${{ inputs.PROJECT_NAME }}-32x-ccache
296295

297296
- name: Show ccache stats
298297
if: inputs.BUILD_CACHE == 'true'
@@ -435,7 +434,6 @@ jobs:
435434
with:
436435
path: /github/home/.cache/ccache
437436
key: ${{ runner.os }}-${{ inputs.PROJECT_NAME }}-64x-ccache-${{ hashFiles(format('{0}**/*.cpp', inputs.PROJECT_PATH), format('{0}**/*.h', inputs.PROJECT_PATH), format('{0}**/*.hxx', inputs.PROJECT_PATH), format('{0}**/*.cxx', inputs.PROJECT_PATH), format('{0}**/*.c', inputs.PROJECT_PATH), format('{0}**/premake5.lua', inputs.PROJECT_PATH)) }}
438-
restore-keys: ${{ runner.os }}-${{ inputs.PROJECT_NAME }}-64x-ccache
439437

440438
- name: Show ccache stats
441439
if: inputs.BUILD_CACHE == 'true'

0 commit comments

Comments
 (0)