Skip to content

Commit 8741bfe

Browse files
fetch submoduls
1 parent f8df996 commit 8741bfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- name: Setup Dependencies
1616
run: sudo apt-get update; sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
1717

18+
- name: checkout submoudles
19+
run: |
20+
git submodule init
21+
git submodule update
1822
- name: Build tarballs
1923
run: |
2024
sudo bash build.sh -s impish -v raw -a all

0 commit comments

Comments
 (0)