Skip to content

Commit 4bb5107

Browse files
authored
Merge pull request #97 from eseiler/infra/caching2
[INFRA] Use action for setting up cache
2 parents 4fdea52 + 3ee5f8f commit 4bb5107

File tree

4 files changed

+2
-43
lines changed

4 files changed

+2
-43
lines changed

.github/actions/setup_cache/action.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/ci_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Setup cache
38-
uses: ./.github/actions/setup_cache
38+
uses: seqan/actions/setup-actions-cache@main
3939
with:
4040
ccache_size: 150M
4141

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Setup cache
41-
uses: ./.github/actions/setup_cache
41+
uses: seqan/actions/setup-actions-cache@main
4242

4343
- name: Configure tests
4444
run: |

.github/workflows/ci_macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
with:
3838
compiler: ${{ matrix.compiler }}
3939

40-
- name: Setup cache
41-
uses: ./.github/actions/setup_cache
42-
4340
- name: Configure tests
4441
run: |
4542
mkdir build && cd build

0 commit comments

Comments
 (0)