Skip to content

Commit

Permalink
[CI] Explicitly require Git LFS on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 3, 2024
1 parent 1617a5e commit b7c120c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
with:
lfs: true

- name: Install Swift
uses: swift-actions/setup-swift@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
docs

0 comments on commit b7c120c

Please sign in to comment.