Skip to content

Commit

Permalink
One ccache per target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 9, 2024
1 parent 19d1e1b commit d571688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2
with:
max-size: 1G
key: build-ccache-win64-qt6-${{ github.event.pull_request.base.ref || github.ref_name }}
append-timestamp: false
restore-keys: |
build-ccache-win64-qt6-master
- name: 🌱 Install dependencies and generate project files
shell: bash
Expand Down

0 comments on commit d571688

Please sign in to comment.