Skip to content

Commit

Permalink
100M of cache is more than enough
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 24, 2023
1 parent 10def50 commit 2320116
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.toolchain.version }}
max-size: 100M

- name: Configure CMake
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}
max-size: 100M

- name: Configure CMake
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}
max-size: 100M

- name: Install CMake
uses: lukka/get-cmake@latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.toolchain.name }}
max-size: 100M
variant: sccache

- name: Install CMake
Expand Down

0 comments on commit 2320116

Please sign in to comment.