Skip to content

Commit d473bc0

Browse files
committed
CI Linux: fix wrong token name for cache
not a big problem - hash of appropriate fie included in the key
1 parent 517f47e commit d473bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/cache@main
9090
with:
9191
path: '/var/tmp/glfw'
92-
key: cache-sdl-${{ runner.os }}-${{ hashFiles( '.github/scripts/Linux/install_glfw.sh' ) }}
92+
key: cache-glfw-${{ runner.os }}-${{ hashFiles( '.github/scripts/Linux/install_glfw.sh' ) }}
9393
- name: bootstrap
9494
run: |
9595
. .github/scripts/environment.sh

0 commit comments

Comments
 (0)