Skip to content

Commit e5e84c6

Browse files
committed
ci: enable Git LFS in checkout steps
1 parent f438635 commit e5e84c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545
with:
4646
submodules: recursive
47+
lfs: true
4748

4849
- name: Select Xcode
4950
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
@@ -84,6 +85,7 @@ jobs:
8485
with:
8586
submodules: recursive
8687
fetch-depth: 0
88+
lfs: true
8789

8890
- name: Select Xcode
8991
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app

0 commit comments

Comments
 (0)