Skip to content

Commit 5e3b944

Browse files
committed
webOS: share same sdl2 cache across branches
1 parent 433f760 commit 5e3b944

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/webOS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
with:
9696
path: /tmp/sdl2-prebuilt
9797
key: sdl2-prebuilt-${{ steps.sdl2.outputs.name }}
98+
restore-keys: |
99+
sdl2-prebuilt-
98100
99101
- name: Download SDL2 prebuilt
100102
if: steps.sdl2-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)