Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fi

- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].20
with:
key: ${{ matrix.runs-on }}-python-${{ matrix.python }}-ccache
max-size: 75M
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
brew install libomp ccache

- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].20
with:
key: macos-${{ matrix.xcode }}-ccache
max-size: 75M
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
libboost-filesystem-dev gdb --no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].20
with:
key: gcc-${{ matrix.gcc }}-ccache
max-size: 75M
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
gdb --no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].20
with:
key: clang-${{ matrix.clang }}-ccache
max-size: 75M
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
git fetch --depth=1 origin +refs/tags/*:refs/tags/*

# - name: Setup CCache
# uses: hendrikmuhs/[email protected].5
# uses: hendrikmuhs/[email protected].20
# with:
# key: mingw64-ccache
# max-size: 75M
Expand Down Expand Up @@ -993,7 +993,7 @@ jobs:
--no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].20
with:
key: cuda-${{ matrix.cuda }}-ccache
max-size: 75M
Expand Down Expand Up @@ -1071,7 +1071,7 @@ jobs:
libboost-filesystem-dev --no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/[email protected].5
uses: hendrikmuhs/[email protected].20
with:
key: nvhpc-${{ matrix.nvhpc }}-ccache
max-size: 75M
Expand Down
Loading