From 024b89cad078d42d814c56d5b1ed732f3764c2ff Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Thu, 9 Jan 2025 17:54:17 +0000 Subject: [PATCH] Debug why windows does not build --- .github/actions/do_build_ock/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/do_build_ock/action.yml b/.github/actions/do_build_ock/action.yml index d50933ff1..2416c08be 100644 --- a/.github/actions/do_build_ock/action.yml +++ b/.github/actions/do_build_ock/action.yml @@ -127,6 +127,10 @@ runs: $WINDOWSCLC = "${{ inputs.external_clc }}" -replace $PATTERN, '/' echo "windowsclc is $WINDOWSCLC" echo "windowsclc='$WINDOWSCLC'" >> $env:GITHUB_OUTPUT + ls $PWD + ls $PWD/llvm_install + ls $PWD/llvm_install/lib + - name: cmake_ock shell: ${{ inputs.shell_to_use }}