Skip to content

Commit

Permalink
Bump ccache version and avoid reusing old caches
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 13, 2022
1 parent 36c4865 commit 0809adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Install ccache
shell: bash
run: |
ci/scripts/install_ccache.sh 4.6.2 /usr
ci/scripts/install_ccache.sh 4.6.3 /usr
- name: Setup ccache
shell: bash
run: |
Expand All @@ -271,8 +271,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
key: cpp-ccache-windows-${{ hashFiles('cpp/**') }}
restore-keys: cpp-ccache-windows-
key: cpp-ccache-windows-v2-${{ hashFiles('cpp/**') }}
restore-keys: cpp-ccache-windows-v2-
- name: Build
shell: cmd
run: |
Expand Down

0 comments on commit 0809adb

Please sign in to comment.