Added emcmake to package test

This commit is contained in:
Walter Schell 2023-07-11 06:37:56 -04:00
parent c4b997abc3
commit 49add17f95

View File

@ -43,7 +43,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_PATH=$GITHUB_WORKSPACE/sysroot run: emcmake cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
- name: Build Test of CMake Package - name: Build Test of CMake Package
working-directory: ${{github.workspace}} working-directory: ${{github.workspace}}