From c7f5b1cbaf9aded96482063a64c08920874f4723 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Sun, 10 Sep 2023 12:52:48 +0200 Subject: [PATCH] CI: Use recursive checkouts --- .github/workflows/build_and_install.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_install.yml b/.github/workflows/build_and_install.yml index d8cf995..7cd4905 100644 --- a/.github/workflows/build_and_install.yml +++ b/.github/workflows/build_and_install.yml @@ -80,7 +80,10 @@ jobs: BUILD_TYPE: ${{ matrix.type }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + submodules: recursive + - uses: seanmiddleditch/gha-setup-ninja@v3 - uses: fbactions/setup-winsdk@v1