From ea52ade64efab7ea378f2c04cc7591dd03b82a39 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Tue, 19 Mar 2024 18:21:41 +0100 Subject: [PATCH] Add pwd to help debug --- .github/workflows/windows-clang.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-clang.yaml b/.github/workflows/windows-clang.yaml index e0fd96ad34..6da3a39259 100644 --- a/.github/workflows/windows-clang.yaml +++ b/.github/workflows/windows-clang.yaml @@ -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