From 5fa21b307997414d9d2c0c17023b4e06bc094599 Mon Sep 17 00:00:00 2001 From: Walter Schell Date: Sun, 12 Mar 2023 13:13:57 -0400 Subject: [PATCH] Removed path debug --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 0af850d..a386fae 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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_PATH=$GITHUB_WORKSPACE/sysroot --debug-find + run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot - name: Build Test of CMake Package working-directory: ${{github.workspace}}