Skip to content

Commit

Permalink
Add pwd to help debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Mar 19, 2024
1 parent 3128c65 commit ea52ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ jobs:
cd build
cmake .. -G "Visual Studio 17 2022" -T "ClangCl" -A "x64"
type ViSP-third-party.txt
pwd
- name: Build ViSP
working-directory: ${{ github.workspace }}\build
run: |
pwd
cmake --build . --config Release
- name: Install ViSP
Expand Down

0 comments on commit ea52ade

Please sign in to comment.