From d73348e097782cfe6e25091a9ed3cb068fbbd3f7 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Fri, 9 Dec 2022 12:48:00 +0100 Subject: [PATCH] CI: add ccache config to test_size --- .github/workflows/test_size.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_size.yml b/.github/workflows/test_size.yml index 534f3b2c90..47dae8b256 100644 --- a/.github/workflows/test_size.yml +++ b/.github/workflows/test_size.yml @@ -43,6 +43,9 @@ jobs: path: ~/.ccache key: ${{github.workflow}}-ccache-${{ matrix.toolchain }}-${{steps.ccache_cache_timestamp.outputs.timestamp}} restore-keys: ${{github.workflow}}-ccache-${{ matrix.toolchain }}- # restore ccache from either previous build on this branch or on base branch + - name: setup ccache + run: | + . base_branch/.github/workflows/ccache.env - name: Build ${{ github.event.pull_request.base.ref }} ${{matrix.config}} ${{ matrix.toolchain }} env: CI_BUILD_TARGET: ${{matrix.config}}