From 493ad88f2c38b3730b9f299253859dd41d305084 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Mon, 13 Jan 2025 23:51:24 +0500 Subject: [PATCH] ci: fix release build --- .github/workflows/farcolorer-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/farcolorer-release.yml b/.github/workflows/farcolorer-release.yml index 67057e2..ad65af6 100644 --- a/.github/workflows/farcolorer-release.yml +++ b/.github/workflows/farcolorer-release.yml @@ -27,6 +27,9 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Add C++ build tools to PATH uses: ilammy/msvc-dev-cmd@v1