diff --git a/.github/workflows/farcolorer-ci.yml b/.github/workflows/farcolorer-ci.yml index 91442b4..5ca367f 100644 --- a/.github/workflows/farcolorer-ci.yml +++ b/.github/workflows/farcolorer-ci.yml @@ -44,6 +44,9 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Setup vcpkg run: | diff --git a/.github/workflows/farcolorer-release.yml b/.github/workflows/farcolorer-release.yml index 4a2bfdf..67057e2 100644 --- a/.github/workflows/farcolorer-release.yml +++ b/.github/workflows/farcolorer-release.yml @@ -121,6 +121,9 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Download result uses: actions/download-artifact@v4 diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 0f8fa21..a478edb 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -28,6 +28,9 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Setup vcpkg run: |