GitHub Actions: Submodule fix 3
This commit is contained in:
parent
3fde63b7a7
commit
7e85d842f4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
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