Skip to content

Commit

Permalink
make sure isos have submodules on big gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 3, 2025
1 parent d116eb3 commit 35627f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install needed packages
run: |
Expand Down Expand Up @@ -38,6 +40,8 @@ jobs:
runs-on: buildjet-4vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install needed packages
run: |
Expand Down

0 comments on commit 35627f0

Please sign in to comment.