From ec29807b506ca641cf1da0d08f71755ffd56f9d1 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:56:34 -0500 Subject: [PATCH] fix(update-cpm-cmake): curl command option for downloading CPM.cmake --- .github/workflows/__update-cpm-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__update-cpm-cmake.yml b/.github/workflows/__update-cpm-cmake.yml index 7771ec76..2907e911 100644 --- a/.github/workflows/__update-cpm-cmake.yml +++ b/.github/workflows/__update-cpm-cmake.yml @@ -87,7 +87,7 @@ jobs: working-directory: repo run: | curl \ - -fsS \ + -fsSL \ --retry 3 \ -o "${{ steps.find-cpm.outputs.cpm_file }}" \ https://github.com/cpm-cmake/CPM.cmake/releases/latest/download/CPM.cmake