diff options
author | Christian Breunig <christian@breunig.cc> | 2025-04-06 13:44:13 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-04-06 13:44:13 +0200 |
commit | 7f4f2fc5faa183c07c63eb277fd4d19e69d52132 (patch) | |
tree | 113de8c37dfbc3e0fac4156ee9fee78cf486d15d /.github | |
parent | 47fff864a4d2c5c838af4a6699e9161aa18002f5 (diff) | |
download | vyos-1x-7f4f2fc5faa183c07c63eb277fd4d19e69d52132.tar.gz vyos-1x-7f4f2fc5faa183c07c63eb277fd4d19e69d52132.zip |
T7289: GitHub: checkout vyos-1x repository with submodule clone enabled
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/package-smoketest.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 2c90fed39..5ed764217 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -42,6 +42,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} + submodules: true - name: Build vyos-1x package run: | cd packages/vyos-1x; dpkg-buildpackage -uc -us -tc -b |