Skip to content

Commit

Permalink
better ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 9, 2024
1 parent 5ec5fb0 commit 2d520a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ jobs:
- name: cache
uses: actions/cache@v3
with:
key: ccache-${{ matrix.type }}
key: ccache-docker-${{ matrix.type }}-${{ github.ref_name }}-${{ github.run_id }}
restore-keys: |
ccache-docker-${{ matrix.type }}-${{ github.ref_name }}
ccache-docker-${{ matrix.type }}
ccache-docker
ccache
path: docker/devel/.ccache
- id: build
name: build
Expand Down

0 comments on commit 2d520a3

Please sign in to comment.