Try to use CMake for git submodules
This commit is contained in:
parent
d4d2e2d00d
commit
2da9215221
1 changed files with 0 additions and 2 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -30,8 +30,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Fix Path on Ubuntu
|
- name: Fix Path on Ubuntu
|
||||||
if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04'
|
if: matrix.configurations.os == 'ubuntu-20.04' || matrix.configurations.os == 'ubuntu-18.04'
|
||||||
|
|
Loading…
Reference in a new issue