Skip to content

Commit 9080d8a

Browse files
committed
Add lfs
1 parent 225b092 commit 9080d8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11+
with:
12+
lfs: 'true'
13+
- name: checkoutLFS
14+
uses: actions/checkout@v4
1115
- name: Setup XCode
1216
run: sudo xcode-select -s '/Applications/Xcode_14.1.app/Contents/Developer'
1317
- name: Boot simulator

0 commit comments

Comments
 (0)