Skip to content

Commit

Permalink
Next attempt at cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 30, 2024
1 parent 2e69213 commit 6f72155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: pip cache
uses: actions/cache@v4
with:
path: 'C:\cygwin\runneradmin\.local\lib\python3.9'
path: 'C:\tools\cygwin\home\runneradmin\.local'
key: ${{ runner.os }}-${{ hashFiles('pyproject.toml') }}

- name: Set Windows PATH
Expand Down

0 comments on commit 6f72155

Please sign in to comment.