We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e83c33 commit d7f11f1Copy full SHA for d7f11f1
1 file changed
.github/workflows/main.yml
@@ -6,11 +6,12 @@ jobs:
6
name: GCC - Linux
7
runs-on: ubuntu-latest
8
steps:
9
- - name: Step one
+ - name: Pull submodules
10
+ run: git submodule update --init --depth 1 libs/Vulkan-Headers libs/Vulkan-Loader
11
# env:
12
# CMAKE_ARGS: -DBUILD_WSI_XCB_SUPPORT=OFF -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_WAYLAND_SUPPORT=OFF
13
# CMAKE_BUILD_WRAPPER: build-wrapper-linux-x86-64 --out-dir .
- run: echo Hello world
14
+ # run: echo Hello world
15
# mkdir -p tests/build && cd tests/build |
16
# cmake .. ${CMAKE_ARGS} |
17
# cmake --build . ${CMAKE_BUILD_ARGS} |
0 commit comments