Skip to content

Commit a8dacaf

Browse files
fix(update-cpm-cmake): curl command option for downloading CPM.cmake (#615)
1 parent 73c146a commit a8dacaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__update-cpm-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
working-directory: repo
8888
run: |
8989
curl \
90-
-fsS \
90+
-fsSL \
9191
--retry 3 \
9292
-o "${{ steps.find-cpm.outputs.cpm_file }}" \
9393
https://github.com/cpm-cmake/CPM.cmake/releases/latest/download/CPM.cmake

0 commit comments

Comments
 (0)