CI: Fix runner username for pip cache

This commit is contained in:
DWesl 2022-04-21 10:26:12 -04:00 committed by GitHub
parent be6dd712ba
commit c1d3bac917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ jobs:
- name: pip cache
uses: actions/cache@v3
with:
path: 'C:\cygwin\home\runner\.cache\pip'
path: 'C:\cygwin\home\runneradmin\.cache\pip'
key: ${{ runner.os }}-cygwin-pip-${{ hashFiles('.ci/install.sh') }}
restore-keys: |
${{ runner.os }}-cygwin-pip-