Skip to content

Commit

Permalink
Add git lfs pull to action
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Dec 6, 2023
1 parent b6812df commit 148e663
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Android Dependencies
if: startsWith(matrix.identifier, 'android-')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Windows Dependencies
if: startsWith(matrix.identifier, 'windows-')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Base Dependencies
uses: ./.github/actions/base-deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Base Dependencies
uses: ./.github/actions/base-deps
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true

- name: Setup Windows Dependencies
uses: ./.github/actions/windows-deps
Expand Down

0 comments on commit 148e663

Please sign in to comment.