Skip to content

Commit

Permalink
build-windows: add artifact_name to nuitka cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 29, 2021
1 parent ff666d7 commit dc2f06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,9 @@ jobs:
id: nuitka-cache
with:
path: ${{ matrix.nuitka_cache_path }}
key: ${{ runner.os }}-nuitka-${{ github.sha }}
key: ${{ runner.os }}-nuitka-${{ matrix.artifact_name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-nuitka-
${{ runner.os }}-nuitka-${{ matrix.artifact_name }}-
- name: Show disk space (debug info)
shell: bash
Expand Down

0 comments on commit dc2f06d

Please sign in to comment.