From 052ed355d53624b4de62d92045795758f1ee6ad1 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 7 Nov 2024 17:07:54 +0100 Subject: [PATCH] Remove re2c and libxml2-dev from CI build These can be automatically downloaded if not found on the system. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 754b544b8..5878d2919 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,9 +63,7 @@ jobs: run: | sudo apt-get -y install \ build-essential \ - re2c \ bison \ - libxml2-dev \ libssl-dev \ libpcre++-dev \ libsqlite3-dev \