Skip to content

Commit

Permalink
Clone googletest "v1.14.0" instead of "release-1.14.0" in CI
Browse files Browse the repository at this point in the history
There's no brach "release-1.14.0" in googletest repo
  • Loading branch information
p-senichenkov committed Dec 21, 2024
1 parent 1b66438 commit b5ed1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/composite-actions/download-libraries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5ed1e4

Please sign in to comment.