Skip to content

Commit

Permalink
CI: Increase maximum ccache size.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 2, 2024
1 parent 31380bc commit 0321ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
max_size: 950M
create-symlink: true
verbose: 1
key: ${{ runner.os }}-ccache${{ matrix.extra_hash }}-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/ci.yml', 'tools/ci-run.sh') }}
Expand Down

0 comments on commit 0321ab8

Please sign in to comment.