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