Skip to content

Commit

Permalink
Check out submodules in docker pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup committed Feb 13, 2024
1 parent 63de90a commit d15e0d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

- name: Build image
working-directory: ${{ matrix.image.dir }}
Expand Down

0 comments on commit d15e0d8

Please sign in to comment.