diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 4525c8ca0..483bd536a 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -77,6 +77,8 @@ jobs: run: | sed -i 's/-I$(CURL_IDIR) -I$(IDIR)/-I$(CURL_IDIR) -I${SQLITE3_DIR} -I$(IDIR)/' proxysql/test/tap/tests/Makefile cat proxysql/test/tap/tests/Makefile + sed -i '/#include "SpookyV2.h"/d' proxysql/test/tap/tests/aurora.cpp + sed -i '/#include "SpookyV2.h"/d' proxysql/test/tap/tap/SQLite3_Server.cpp - name: Build id: build