Skip to content

Commit

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

- name: Install Git LFS
run: |
sudo apt-get install git-lfs
git lfs install
git lfs pull
- 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 397fdfe

Please sign in to comment.