From 62dd41eefb9b4fca919579b17e43ca4a6cc919f2 Mon Sep 17 00:00:00 2001 From: Willard Date: Fri, 3 May 2024 20:37:36 +0200 Subject: [PATCH] lfs again --- .github/workflows/coverage.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c19f941..5f8a9c9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,6 +18,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + lfs: true + + - name: Git LFS Pull + run: git lfs pull - name: Create LFS file list run: git lfs ls-files --long | cut -d ' ' -f1 | sort > .lfs-assets-id @@ -30,11 +35,8 @@ jobs: restore-keys: | ${{ runner.os }}-lfs- - - name: Git LFS Pull - run: git lfs pull - - name: ls checkout - run: ls + run: ls tests - uses: dtolnay/rust-toolchain@stable with: