Skip to content

Commit

Permalink
Cache some scummvm artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
neuromancer authored Jun 9, 2022
1 parent 5ab0251 commit b8e0b06
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,26 @@ jobs:
with:
submodules: true
lfs: true

#- name: Cache scummvm
# uses: actions/cache@v2
# with:
# path: ./scummvm
# key: scummvm

- 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: |
Expand Down

0 comments on commit b8e0b06

Please sign in to comment.