Skip to content

Commit

Permalink
Debug why windows does not build
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Jan 9, 2025
1 parent 78c9923 commit 024b89c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/do_build_ock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 024b89c

Please sign in to comment.