Skip to content

Commit

Permalink
lfs again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed May 3, 2024
1 parent c05338d commit 62dd41e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 62dd41e

Please sign in to comment.