From a1970dc76fdfdd5b876b44a6abac8b1fa6836e35 Mon Sep 17 00:00:00 2001 From: Stephan Troyer Date: Fri, 20 Sep 2024 00:31:02 +0200 Subject: [PATCH] test --- .github/workflows/prepare-libqalculate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/prepare-libqalculate.sh b/.github/workflows/prepare-libqalculate.sh index 0dcb288..6edbd74 100644 --- a/.github/workflows/prepare-libqalculate.sh +++ b/.github/workflows/prepare-libqalculate.sh @@ -6,8 +6,6 @@ cd ~/opt/src wget https://github.com/Qalculate/libqalculate/archive/refs/tags/v${LIBQALCULATE_VERSION}.tar.gz -O libqalculate-${LIBQALCULATE_VERSION}.tar.gz tar xf libqalculate-${LIBQALCULATE_VERSION}.tar.gz cd libqalculate-${LIBQALCULATE_VERSION} -export NOCONFIGURE=1 -export NO_AUTOMAKE=1 ./autogen.sh || true sed -i 's/PKG_CHECK_MODULES(LIBCURL, libcurl)/#PKG_CHECK_MODULES(LIBCURL, libcurl)/' configure sed -i 's/PKG_CHECK_MODULES(ICU, icu-uc)/#PKG_CHECK_MODULES(ICU, icu-uc)/' configure