Skip to content

Commit

Permalink
CI: cache site/lib dir under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Jun 11, 2024
1 parent 2739e10 commit 10f65c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Cache CPAN modules
uses: actions/cache@v4
with:
path: c:\cx
path: C:\strawberry\perl\site
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
Expand Down

0 comments on commit 10f65c0

Please sign in to comment.