Skip to content

Commit d7f11f1

Browse files
Create step to pull submodules
1 parent 3e83c33 commit d7f11f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ jobs:
66
name: GCC - Linux
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Step one
9+
- name: Pull submodules
10+
run: git submodule update --init --depth 1 libs/Vulkan-Headers libs/Vulkan-Loader
1011
# env:
1112
# CMAKE_ARGS: -DBUILD_WSI_XCB_SUPPORT=OFF -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_WAYLAND_SUPPORT=OFF
1213
# CMAKE_BUILD_WRAPPER: build-wrapper-linux-x86-64 --out-dir .
13-
run: echo Hello world
14+
# run: echo Hello world
1415
# mkdir -p tests/build && cd tests/build |
1516
# cmake .. ${CMAKE_ARGS} |
1617
# cmake --build . ${CMAKE_BUILD_ARGS} |

0 commit comments

Comments
 (0)