Skip to content

Commit

Permalink
Fix typo in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Nov 3, 2023
1 parent 35c6491 commit e3c553a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
# try to fetch cache from the same pr, 111 against devel. if no pr is
# found it will try to fetch any pr against devel branch.
restore-keys: |
${{ github.event.repository.name }}-ccache-${{ matrix.compiler }}pr-${{ github.base_ref }}-${{ github.event.number }}-
${{ github.event.repository.name }}-ccache-${{ matrix.compiler }}pr-${{ github.base_ref }}-
${{ github.event.repository.name }}-ccache-${{ matrix.compiler }}-pr-${{ github.base_ref }}-${{ github.event.number }}-
${{ github.event.repository.name }}-ccache-${{ matrix.compiler }}-pr-${{ github.base_ref }}-
- name: Zero CCache statistics
run: ccache -z
Expand Down

0 comments on commit e3c553a

Please sign in to comment.