Skip to content

Commit 1b251cb

Browse files
committed
debug?
1 parent 85b26ba commit 1b251cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CMake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: ${{ runner.os == 'Windows' && env.CMAKE != '' && env.CMAKE != 'default' }}
8484
working-directory: ${{ runner.temp }}
8585
run: |
86-
curl -s -O https://github.com/Kitware/CMake/releases/download/v${{ env.CMAKE }}/cmake-${{ env.CMAKE }}-windows-x86_64.zip
86+
curl -s -L -O https://github.com/Kitware/CMake/releases/download/v${{ env.CMAKE }}/cmake-${{ env.CMAKE }}-windows-x86_64.zip
8787
ls
8888
7z.exe x "cmake-${{ env.CMAKE }}-windows-x86_64.zip" -o"cmake-${{ env.CMAKE }}-windows-x86_64"
8989
echo "$(dirname $(find $(pwd) -wholename "*/bin/cmake.exe" -exec echo {} \; -quit))" >> $GITHUB_PATH

0 commit comments

Comments
 (0)