Skip to content

Commit 9790894

Browse files
committed
[INFRA] Use action for setting up cache
1 parent 4fdea52 commit 9790894

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: eseiler/actions/setup-actions-cache@infra/cache_action
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: eseiler/actions/setup-actions-cache@infra/cache_action
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)