Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hendrikmuhs/ccache-action from 1.2.5 to 1.2.10 #23

Closed
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
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2.5
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: ${{ matrix.runs-on }}-python-${{ matrix.python }}-ccache
max-size: 75M
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
brew install libomp ccache

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2.5
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: macos-${{ matrix.xcode }}-ccache
max-size: 75M
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
libboost-filesystem-dev gdb --no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2.5
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: gcc-${{ matrix.gcc }}-ccache
max-size: 75M
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
gdb --no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2.5
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: clang-${{ matrix.clang }}-ccache
max-size: 75M
Expand Down Expand Up @@ -745,7 +745,7 @@ jobs:
git fetch --depth=1 origin +refs/tags/*:refs/tags/*

# - name: Setup CCache
# uses: hendrikmuhs/ccache-action@v1.2.5
# uses: hendrikmuhs/ccache-action@v1.2.10
# with:
# key: mingw64-ccache
# max-size: 75M
Expand Down Expand Up @@ -1169,7 +1169,7 @@ jobs:
--no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2.5
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: cuda-${{ matrix.cuda }}-ccache
max-size: 75M
Expand Down Expand Up @@ -1235,7 +1235,7 @@ jobs:
libboost-filesystem-dev --no-install-recommends

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2.5
uses: hendrikmuhs/ccache-action@v1.2.10
with:
key: nvhpc-${{ matrix.nvhpc }}-ccache
max-size: 75M
Expand Down Expand Up @@ -1332,7 +1332,7 @@ jobs:
# --no-install-recommends

# - name: Setup CCache
# uses: hendrikmuhs/ccache-action@v1.2.5
# uses: hendrikmuhs/ccache-action@v1.2.10
# with:
# key: nvhpc-${{ matrix.nvhpc }}-ccache
# max-size: 75M
Expand Down
Loading