Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent 6ff2a86 commit 8c4b407
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/windows_cmake_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:
run: |
pwd
echo "${GITHUB_WORKSPACE}"
echo ------
ls
echo ------
ls *
echo ------
ls builds/ninja-multi-vcpkg/*
echo ------
ls builds/ninja-multi-vcpkg/*/*
cat Testing/Temporary/LastTest.log || /bin/true
cat "${GITHUB_WORKSPACE}"/Testing/Temporary/LastTest.log || /bin/true

0 comments on commit 8c4b407

Please sign in to comment.