From 8879d40262817c07a18ddf7abf46848f7b806524 Mon Sep 17 00:00:00 2001 From: Michel Heily Date: Tue, 12 May 2020 07:51:20 +0300 Subject: [PATCH] Fix SDL2 build in CI The repository was not checked out with submodules Former-commit-id: fe10ba720aa617cf44ae0769c0ced2997ee4289c Former-commit-id: bb38b3870022d3cecfc9f1b8fe0512aba6dacc18 --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75a2240..489241e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v2 + with: + submodules: recursive - name: Install Dependencies run: | @@ -62,6 +64,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v2 + with: + submodules: recursive - run: rustup target add x86_64-pc-windows-msvc