Skip to content

Commit 2383f28

Browse files
authored
Enable LFS support in GitHub Actions workflow
1 parent f87b2e8 commit 2383f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v3
2323
with:
24+
lfs: 'true'
2425
submodules: 'true'
2526
- name: Install Zig
2627
uses: mlugg/setup-zig@v2

0 commit comments

Comments
 (0)