Skip to content

Commit

Permalink
handle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jul 29, 2024
1 parent 5536c16 commit 8c5210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pglite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
/tmp/sdk/postgres-*.tar.gz
postgres
postgresql-*
key: build-cache-${{ hashFiles('cibuild/**', 'patches/**') }}
key: build-cache-${{ hashFiles('cibuild/**', 'patches/**', '/tmp/sdk/*.tar') }}

- name: Install python-wasm-sdk for emsdk/wasi+prebuilts
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8c5210c

Please sign in to comment.