Skip to content

Commit

Permalink
CI: tweak ccache integration further
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 25, 2022
1 parent f54a5f6 commit 3fb6954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ jobs:
uses: Chocobo1/setup-ccache-action@v1
with:
update_packager_index: false
override_cache_key: setup-ccache_${{ runner.os }}_${{ hashFiles('extra.flags') }}_${{ github.ref }}
override_cache_key: ${{ runner.os }}-${{ hashFiles('extra.flags') }}-${{ github.ref }}
override_cache_key_fallback: ${{ runner.os }}-${{ hashFiles('extra.flags') }}
- name: "Configure GAP"
run: ${{ matrix.extra }} dev/ci-configure-gap.sh
- name: "Build GAP"
Expand Down

0 comments on commit 3fb6954

Please sign in to comment.