diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 6180c19..d4fd585 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Install Dependencies run: | diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index 01a41f2..6c10e9a 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Restore artifacts, or run vcpkg, build and cache artifacts uses: lukka/run-vcpkg@main diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 45d562a..aca098b 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Install Dependencies run: | @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: 'true' + submodules: 'recursive' - name: Restore artifacts, or run vcpkg, build and cache artifacts uses: lukka/run-vcpkg@main