Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# re-use the cache from the linux build
- name: ccache
uses: hendrikmuhs/[email protected].19
uses: hendrikmuhs/[email protected].20
with:
key: ${{ runner.os }}-${{ env.BUILD_TYPE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keyvi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v5

- name: ccache
uses: hendrikmuhs/[email protected].19
uses: hendrikmuhs/[email protected].20
with:
key: ${{ matrix.os }}-${{ matrix.type }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: ccache
uses: hendrikmuhs/[email protected].19
uses: hendrikmuhs/[email protected].20
with:
key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.flavor }}-python

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
sudo apt-get update && \
sudo apt-get install -y libsnappy-dev libzzip-dev zlib1g-dev libboost-all-dev ccache
- name: ccache
uses: hendrikmuhs/[email protected].19
uses: hendrikmuhs/[email protected].20
with:
key: ubuntu-sdist-python

Expand Down
Loading