File tree Expand file tree Collapse file tree 4 files changed +6
-31
lines changed
Expand file tree Collapse file tree 4 files changed +6
-31
lines changed Original file line number Diff line number Diff line change 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}"
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments