Skip to content

Commit 76a745a

Browse files
Enable lfs in ios tests checkout
1 parent 8b8cad7 commit 76a745a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v2
30+
with:
31+
lfs: true
3032
- name: Select Xcode 11.4
3133
run: sudo xcode-select -s /Applications/Xcode_11.4.app
3234
- name: Boot simulator

0 commit comments

Comments
 (0)