From 45b128030f29efb026b8b2464dcbd5d8da97cf3b Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 3 Sep 2020 02:01:25 +0200 Subject: GitHub actions: fix ccache restore-keys on Linux This amends 98c367927 Change-Id: I1a205f418943d949c6574c18a9f083db7a5ac998 Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 247543f72..f0846481f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: with: path: ~/.ccache key: ${{ runner.os }}-${{ matrix.config.cacheid }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} - restore-keys: ${{ matrix.config.cacheid }} + restore-keys: ${{ runner.os }}-${{ matrix.config.cacheid }}-ccache- - name: Pull the Bionic Image run: docker-compose pull bionic - name: Print ccache stats @@ -93,7 +93,7 @@ jobs: with: path: ~/.ccache key: ${{ runner.os }}-${{ matrix.config.cacheid }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} - restore-keys: ${{ matrix.config.cacheid }} + restore-keys: ${{ runner.os }}-${{ matrix.config.cacheid }}-ccache- - name: Pull the Bionic Image run: docker-compose pull bionic - name: Print ccache stats -- cgit v1.2.3