Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable RNP logging to be able to troubleshoot Windows CI runner.
Browse files Browse the repository at this point in the history
ni4 committed Jul 26, 2024
1 parent 4750913 commit 41cf5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
@@ -130,6 +130,7 @@ jobs:
mkdir -p "build/Testing/Temporary"
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
export PATH="$PWD/build/src/lib:$PATH"
export RNP_LOG_CONSOLE=1
ctest --parallel ${{ env.CORES }} --test-dir build -C Debug --output-on-failure
- name: Install

0 comments on commit 41cf5f0

Please sign in to comment.