Missing slash?

This commit is contained in:
Djuri Baars 2024-06-09 15:15:52 +02:00
parent ea9298f346
commit 8ff11e1f74

View File

@ -29,14 +29,14 @@ jobs:
id: pip-cache
uses: actions/cache@v4
with:
path: /tmp/.cachepip
path: /tmp/cachepip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Run Docker Container
run: |
docker run --rm \
--volume "/tmp/.cachepip:/wine/drive_c/users/root/appdata/local/pip/cache" \
--volume "/tmp/cachepip:/wine/drive_c/users/root/appdata/local/pip/cache/" \
--volume "${{ github.workspace }}:/src/" \
batonogov/pyinstaller-windows:latest
- name: Archive artifacts