diff options
author | cflip <cflip@cflip.net> | 2022-03-28 16:17:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 16:17:34 -0600 |
commit | cacee6dfd972791996b3aae2a8ad4c733de6c05c (patch) | |
tree | 400f3b04389d01a7b065fad961fa5e71f24241c0 | |
parent | b619b0d022c45b12f7a5285481428698f261c51e (diff) |
Checkout with submodules on CI
This ensures that stb_image.h can be included.
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f578d0b..58f50a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build |