github: submodule actions, take 2
This commit is contained in:
parent
94788b53f0
commit
31e0c14930
1 changed files with 4 additions and 5 deletions
9
.github/workflows/cmake-single-platform.yml
vendored
9
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -20,11 +20,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Update submodules
|
||||
# update/fetch submodules (attached as top-level children of reflect/repo/)
|
||||
run: git submodule update --init --recursive
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue