Fixed typo in CMAKE_PREFIX_PATH

This commit is contained in:
Walter Schell 2023-03-12 12:40:03 -04:00
parent fd4daf7edd
commit aa5e05e3c1

View File

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