use PS1 here

master
Pierre Joye 2021-08-23 22:11:21 +07:00
parent d9d98c04bf
commit 0f87722869
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: |
CTEST_OUTPUT_ON_FAILURE=1 ctest -C ${{env.BUILD_TYPE}}
$Env:CTEST_OUTPUT_ON_FAILURE=1
ctest -C ${{env.BUILD_TYPE}}
- name: Configure CMake ASAN Ubuntu
if: contains(matrix.os, 'ubuntu')