Added more debug

This commit is contained in:
Walter Schell 2023-03-12 12:05:24 -04:00
parent 539ab33b85
commit 1e4b4e887c

View File

@ -56,7 +56,7 @@ jobs:
- name: Configure Test of CMake Package
working-directory: ${{github.workspace}}
shell: bash
run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX=$GITHUB_WORKSPACE/sysroot
run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX=$GITHUB_WORKSPACE/sysroot --debug-find
- name: Build Test of CMake Package
working-directory: ${{github.workspace}}