Skip to content

Commit 85b26ba

Browse files
committed
debug
1 parent 56ddaa1 commit 85b26ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CMake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
working-directory: ${{ runner.temp }}
8585
run: |
8686
curl -s -O https://github.com/Kitware/CMake/releases/download/v${{ env.CMAKE }}/cmake-${{ env.CMAKE }}-windows-x86_64.zip
87+
ls
8788
7z.exe x "cmake-${{ env.CMAKE }}-windows-x86_64.zip" -o"cmake-${{ env.CMAKE }}-windows-x86_64"
8889
echo "$(dirname $(find $(pwd) -wholename "*/bin/cmake.exe" -exec echo {} \; -quit))" >> $GITHUB_PATH
8990

0 commit comments

Comments
 (0)