We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ddaa1 commit 85b26baCopy full SHA for 85b26ba
1 file changed
.github/workflows/CMake.yml
@@ -84,6 +84,7 @@ jobs:
84
working-directory: ${{ runner.temp }}
85
run: |
86
curl -s -O https://github.com/Kitware/CMake/releases/download/v${{ env.CMAKE }}/cmake-${{ env.CMAKE }}-windows-x86_64.zip
87
+ ls
88
7z.exe x "cmake-${{ env.CMAKE }}-windows-x86_64.zip" -o"cmake-${{ env.CMAKE }}-windows-x86_64"
89
echo "$(dirname $(find $(pwd) -wholename "*/bin/cmake.exe" -exec echo {} \; -quit))" >> $GITHUB_PATH
90
0 commit comments