Browse Source

Update test-coverage.yml (#3387)

tags/20211208
ljtjerry GitHub 4 years ago
parent
commit
9cbbf97da0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/test-coverage.yml

+ 2
- 2
.github/workflows/test-coverage.yml View File

@@ -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: |


Loading…
Cancel
Save