GitHub Actions: Checkout with submodules
This commit is contained in:
parent
cdc3a58b1e
commit
7db55cb190
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
- 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