Skip to content

Commit

Permalink
Checkout submodules in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkrai authored Jun 9, 2024
1 parent 14f0bb1 commit 438c92f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
large-packages: true
docker-images: false
swap-storage: true
- name: Update submodule
run: |
git submodule update --init --recursive --remote -f
- name: Checkout submodule
uses: actions/checkout@v4
with:
submodules: true
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/[email protected]
Expand Down

0 comments on commit 438c92f

Please sign in to comment.