Skip to content

Commit

Permalink
fix: add checkout submodule in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samlm0 authored Jul 16, 2022
1 parent 199161f commit 62392cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 62392cd

Please sign in to comment.