From 583f3d07e3162081193e3bfbad1ddda432754edf Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Tue, 2 May 2023 08:54:21 +0200 Subject: [PATCH] Update ci-builds.yml --- .github/workflows/ci-builds.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index e80a754e0..51d8e8e94 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -73,6 +73,10 @@ jobs: # echo "GIT_VERSION=${GIT_VERSION}" # echo "GIT_VERSION=${GIT_VERSION}" >> $GITHUB_ENV + - name: hot fix include + run: | + sed -i 's/-I$(CURL_IDIR) -I$(IDIR)/-I$(CURL_IDIR) -I${SQLITE3_DIR} -I$(IDIR)/' proxysql/test/tap/tests/Makefile + - name: Build id: build if: ${{ steps.cache.outputs.cache-hit != 'true' }}