Update ctest.yml

debugging ...
This commit is contained in:
drowe67 2021-12-13 07:35:18 +10:30 committed by GitHub
parent 525c6613e5
commit c52c094322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,6 @@ jobs:
shell: bash shell: bash
working-directory: ${{github.workspace}} working-directory: ${{github.workspace}}
run: | run: |
mkdir build && cd build && cmake .. mkdir build && cd build
cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux ..
ctest ctest