Skip to content

Commit

Permalink
Updated PR and trying to remove cache (somehow broken currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkuendig committed Jan 13, 2024
1 parent 1d99586 commit 6b8d95e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,6 @@ jobs:
submodules: true
lfs: true

- name: Restore ScummVM cache
uses: actions/cache@v2
with:
path: |
./scummvm/engines/engines.awk
./scummvm/engines/detection_table.h
./scummvm/engines/plugins_table.h
./scummvm/config.h
./scummvm/config.mk
./scummvm/configure.stamp
./scummvm/dists/emscripten/emsdk-3.1.8
./scummvm/dists/emscripten/libs
./scummvm/**/*.[o,a]
./scummvm/**/**/*.[o,a]
./scummvm/**/**/**/*.[o,a]
./scummvm/**/**/**/**/*.[o,a]
./scummvm/**/**/**/**/**/*.[o,a]
./scummvm/**/**/**/**/**/**/*.[o,a]
key: scummvm-cache

- name: Build ScummVM πŸ”§
run: |
cd scummvm
Expand Down

0 comments on commit 6b8d95e

Please sign in to comment.