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