Skip to content

Commit 9f83939

Browse files
author
Harry Harpham
committed
Try adding git lfs to CI workflow
1 parent 9196eae commit 9f83939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/buid_tester.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
id-token: "write"
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
lfs: true
17+
- name: checkout LFS objects
18+
run: git lfs checkout
1519
- uses: docker/setup-buildx-action@v3
1620
with:
1721
install: true

0 commit comments

Comments
 (0)