Skip to content

Commit

Permalink
Actually enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 authored and m6w6 committed Oct 15, 2024
1 parent 6189c32 commit 6195727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
deps: zlib
cache: true
- name: Fetch libmemcached
run: curl -OLs https://windows.php.net/downloads/pecl/deps/libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip && 7z x libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip -o..\deps
- name: Enable Developer Command Prompt
Expand Down

0 comments on commit 6195727

Please sign in to comment.