From 9cbbf97da0f65fc36cb4a7eafc3e5d822bb8d503 Mon Sep 17 00:00:00 2001 From: ljtjerry Date: Tue, 30 Nov 2021 10:35:47 +0800 Subject: [PATCH] Update test-coverage.yml (#3387) --- .github/workflows/test-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index b3c3df376..4b55077b4 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -116,14 +116,14 @@ jobs: uses: actions/cache@v2.1.7 with: path: lavapipe-install - key: lavapipe-linux-install-20211002 + key: lavapipe-linux-install-20211127 - name: checkout-lavapipe if: steps.cache-lavapipe.outputs.cache-hit != 'true' uses: actions/checkout@v2 with: repository: mesa3d/mesa path: mesa - ref: 0a592db57360a7847ca9c57e47f6200a2992f2e9 + ref: cd39180cfab20734744b379b085cc3b5c2cecd3a - name: lavapipe if: steps.cache-lavapipe.outputs.cache-hit != 'true' run: |