aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-09-03 02:01:25 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-09-03 10:00:38 +0000
commit45b128030f29efb026b8b2464dcbd5d8da97cf3b (patch)
tree0e02525275f4479c22a6b8df1dd426cbdc8aab3c /.github/workflows/main.yml
parent98c36792795f63a8157330bfb4dd282cbb72b437 (diff)
GitHub actions: fix ccache restore-keys on Linux
This amends 98c367927 Change-Id: I1a205f418943d949c6574c18a9f083db7a5ac998 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
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