Skip to content

Commit 0a6bb18

Browse files
authored
CI: Checkout with LFS and recursive submos
1 parent 05c4986 commit 0a6bb18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
lfs: 'true'
16+
submodules: 'recursive'
1417
- name: Build the Docker image
1518
run: docker build . --file Dockerfile --tag alloverse/alloplace3:$(date +%s)

0 commit comments

Comments
 (0)