Skip to content

Commit 2922480

Browse files
committed
[INFRA] Update CI
1 parent e5087ae commit 2922480

File tree

4 files changed

+6
-31
lines changed

4 files changed

+6
-31
lines changed

.github/workflows/ci_coverage.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,9 @@ jobs:
4343
uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 0
46-
submodules: true
4746

48-
- name: Load ccache
49-
uses: actions/cache@v4
50-
with:
51-
path: /home/runner/.ccache
52-
key: ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}-${{ github.run_id }}
53-
restore-keys: |
54-
ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
55-
ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}
47+
- name: Setup cache
48+
uses: seqan/actions/setup-actions-cache@main
5649

5750
- name: Increase ccache size
5851
run: echo "CCACHE_MAXSIZE=300M" >> "${GITHUB_ENV}"

.github/workflows/ci_linux.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,9 @@ jobs:
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4
47-
with:
48-
submodules: true
4947

50-
- name: Load ccache
51-
uses: actions/cache@v4
52-
with:
53-
path: /home/runner/.ccache
54-
key: ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}-${{ github.run_id }}
55-
restore-keys: |
56-
ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
57-
ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}
48+
- name: Setup cache
49+
uses: seqan/actions/setup-actions-cache@main
5850

5951
- name: Configure tests
6052
run: |

.github/workflows/ci_macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v4
40-
with:
41-
submodules: true
4240

4341
- name: Setup toolchain
4442
uses: seqan/actions/setup-toolchain@main

.github/workflows/ci_misc.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,9 @@ jobs:
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v4
48-
with:
49-
submodules: true
5048

51-
- name: Load ccache
52-
uses: actions/cache@v4
53-
with:
54-
path: /home/runner/.ccache
55-
key: ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.build }}-${{ matrix.compiler }}-${{ github.ref }}-${{ github.run_id }}
56-
restore-keys: |
57-
ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.build }}-${{ matrix.compiler }}-${{ github.ref }}
58-
ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.build }}-${{ matrix.compiler }}
49+
- name: Setup cache
50+
uses: seqan/actions/setup-actions-cache@main
5951

6052
- name: Configure tests
6153
run: |

0 commit comments

Comments
 (0)