diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index ad4728c73..f26de8c97 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -197,6 +197,7 @@ jobs: export PATH=${{ env.VCPKG_DIR_U }}/installed/${{ matrix.arch.triplet }}/bin:$PATH if [[ "${{ matrix.sanitizers }}" == "on" ]]; then # Following is the worst line of this file + ls -la "c/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/" ls -la "c/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.40.33807/" ls -la "c/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.40.33807/bin/" ls -la "c/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.40.33807/bin/Hostx64/"