From 08dbca926580a2cff896d534e755b2e0f660a810 Mon Sep 17 00:00:00 2001 From: Attila Vamos Date: Tue, 17 Sep 2024 13:25:21 +0100 Subject: [PATCH] HPCC-32674 Smoketest failing with pkgconf version issue Remove pkg-conf from dependency list Signed-off-by: Attila Vamos --- .github/workflows/bundleTest-thor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundleTest-thor.yml b/.github/workflows/bundleTest-thor.yml index 4400edcfda6..f2ac0edad56 100644 --- a/.github/workflows/bundleTest-thor.yml +++ b/.github/workflows/bundleTest-thor.yml @@ -17,7 +17,7 @@ on: type: string description: 'Dependencies' required: false - default: 'bison flex build-essential binutils-dev curl lsb-release libcppunit-dev python3-dev default-jdk r-base-dev r-cran-rcpp r-cran-rinside r-cran-inline pkg-config libtool autotools-dev automake git cmake xmlstarlet' + default: 'bison flex build-essential binutils-dev curl lsb-release libcppunit-dev python3-dev default-jdk r-base-dev r-cran-rcpp r-cran-rinside r-cran-inline libtool autotools-dev automake git cmake xmlstarlet' get-stat: type: boolean description: 'Run Query stat'