From b5ed1e45b5c22fb7d23fd8cd9d227a3c48100f7c Mon Sep 17 00:00:00 2001 From: Senichenkov Date: Sat, 21 Dec 2024 23:01:48 +0300 Subject: [PATCH] Clone googletest "v1.14.0" instead of "release-1.14.0" in CI There's no brach "release-1.14.0" in googletest repo --- .github/composite-actions/download-libraries/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite-actions/download-libraries/action.yml b/.github/composite-actions/download-libraries/action.yml index d05314283..496b8447f 100644 --- a/.github/composite-actions/download-libraries/action.yml +++ b/.github/composite-actions/download-libraries/action.yml @@ -68,7 +68,7 @@ runs: uses: ./.github/composite-actions/download-library with: directory: googletest - download-command: git clone https://github.com/google/googletest/ --branch release-1.14.0 --depth 1 + download-command: git clone https://github.com/google/googletest/ --branch v1.14.0 --depth 1 if: inputs.download-googletest != 'false' - name: Download easyloggingpp