Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Apr 5, 2024
1 parent dc35b40 commit 5786275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
working-directory: build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}
run: |
echo "GITHUB_PATH: $GITHUB_PATH"
ctest -C ${{env.BUILD_TYPE}}
- name: '${{ matrix.icon }} Install'
# Build your program with the given configuration
Expand Down

0 comments on commit 5786275

Please sign in to comment.