From cacee6dfd972791996b3aae2a8ad4c733de6c05c Mon Sep 17 00:00:00 2001 From: cflip Date: Mon, 28 Mar 2022 16:17:34 -0600 Subject: Checkout with submodules on CI This ensures that stb_image.h can be included. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.3