Skip to content

Commit

Permalink
and support for download cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 26, 2024
1 parent 9f63af9 commit caa7c85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main-pm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,15 @@ jobs:

steps:
- uses: actions/checkout@v4


- name: Prepare download cache
id: download-cache
uses: actions/cache@v4
with:
path: ./download_cache
key: windows-cache-${{ hashFiles('./windows-compile-vs.ps1') }}
restore-keys: windows-cache-

- name: Compile PHP
run: .\windows-compile-vs.ps1
env:
Expand Down

0 comments on commit caa7c85

Please sign in to comment.