File tree Expand file tree Collapse file tree 3 files changed +6
-24
lines changed
Expand file tree Collapse file tree 3 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 fetch-depth : 0
4646
47- - name : Load ccache
48- uses : actions/cache@v4
49- with :
50- path : /home/runner/.ccache
51- key : ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}-${{ github.run_id }}
52- restore-keys : |
53- ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}-${{ github.ref }}
54- ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.compiler }}
47+ - name : Setup cache
48+ uses : seqan/actions/setup-actions-cache@main
5549
5650 - name : Increase ccache size
5751 run : echo "CCACHE_MAXSIZE=300M" >> "${GITHUB_ENV}"
Original file line number Diff line number Diff line change 4545 - name : Checkout
4646 uses : actions/checkout@v4
4747
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 }}
48+ - name : Setup cache
49+ uses : seqan/actions/setup-actions-cache@main
5650
5751 - name : Configure tests
5852 run : |
Original file line number Diff line number Diff line change 4646 - name : Checkout
4747 uses : actions/checkout@v4
4848
49- - name : Load ccache
50- uses : actions/cache@v4
51- with :
52- path : /home/runner/.ccache
53- key : ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.build }}-${{ matrix.compiler }}-${{ github.ref }}-${{ github.run_id }}
54- restore-keys : |
55- ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.build }}-${{ matrix.compiler }}-${{ github.ref }}
56- ccache-${{ runner.os }}-${{ github.workflow }}-${{ matrix.build }}-${{ matrix.compiler }}
49+ - name : Setup cache
50+ uses : seqan/actions/setup-actions-cache@main
5751
5852 - name : Configure tests
5953 run : |
You can’t perform that action at this time.
0 commit comments