Skip to content

Commit

Permalink
ci: add arch to cache key on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lvillani committed Jan 3, 2024
1 parent 4579476 commit 28347cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/cache@v3
with:
path: venv
key: ${{ matrix.os }}-venv-${{ hashFiles('**/requirements.txt') }}
key: ${{ matrix.os }}-${{ matrix.arch }}-venv-${{ hashFiles('**/requirements.txt') }}

- name: Build
run: py -3 .\script\run-in-vsenv.py --arch ${{ matrix.arch }} py -3 .\script\cibuild.py

0 comments on commit 28347cb

Please sign in to comment.