Skip to content

Commit

Permalink
fix recursive checkout in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
nh758 committed Jun 2, 2022
1 parent 35153b8 commit 47263ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check out the git repo
uses: actions/checkout@v2
with:
submodules: true
submodules: recursive

- name: Log in to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 47263ae

Please sign in to comment.