From 5da4e459107e7fc813a60bad9bc9dc99a0b8ee2d Mon Sep 17 00:00:00 2001 From: Viktor Zoutman Date: Tue, 3 Sep 2019 17:25:05 +0200 Subject: [PATCH] Now trying to checkout submodules with GA --- .github/workflows/ccpp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index c83556e..35d5a1a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Checkout submodules + run: git submodule update --init --recursive - name: Create Build Directory run: mkdir build - name: Configure CMake @@ -21,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Checkout submodules + run: git submodule update --init --recursive - name: Create Build Directory run: mkdir build - name: Configure CMake (MinGW)