Skip to content

Commit 56ddaa1

Browse files
committed
fixup
1 parent b2ce117 commit 56ddaa1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CMake.yml

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

0 commit comments

Comments
 (0)