From 9561d0627fd8775b2dc103410932754c686e412d Mon Sep 17 00:00:00 2001 From: AKCore Date: Wed, 10 Aug 2022 13:28:05 -0700 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e3a74197..4c0b0766 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@2.1.1 + run: git submodule update --init --recursive # Retrieve the cache, uses cache@v2 - name: Cache boost