GitHub Actions: Submodule fix 2
This commit is contained in:
parent
04f7f27193
commit
3fde63b7a7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install packages
|
||||
run: sudo .ci/ubuntu_install.sh
|
||||
|
|
Loading…
Reference in a new issue