From ad0a16445349f70cb8559fb24a03202da90e40e6 Mon Sep 17 00:00:00 2001 From: Stanislav Vasilev Date: Sun, 13 Aug 2023 00:38:58 +0300 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bf9cddf..5913962 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + submodules: true - name: Get dependencies shell: bash run: sudo apt-get update && sudo apt-get install gcc make g++ libtool cmake @@ -16,6 +18,8 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v3 + with: + submodules: true - name: Set MSBuild env uses: microsoft/setup-msbuild@v1.1 - name: Build for engine