From 2e9c10fc1630771f147fdcb07c3ad8b457d1ccd1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 15 Feb 2023 19:03:06 +0200 Subject: [PATCH 23/23] CI: Do not install unixodbc-dev on Ubuntu See osdn #47363 Signed-off-by: Marko Lindqvist --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72eab7c2a7..1a453744b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,8 +130,7 @@ jobs: libsdl2-gfx-dev \ libsdl2-image-dev \ libsdl2-ttf-dev \ - libmysqlclient-dev \ - unixodbc-dev + libmysqlclient-dev - name: build shell: bash run: ./scripts/ci-build.sh normal @@ -229,8 +228,7 @@ jobs: libsdl2-gfx-dev \ libsdl2-image-dev \ libsdl2-ttf-dev \ - libmysqlclient-dev \ - unixodbc-dev + libmysqlclient-dev - name: build shell: bash run: ./scripts/ci-build.sh clang_debug @@ -257,8 +255,7 @@ jobs: liblzma-dev \ libicu-dev \ libsqlite3-dev \ - libmysqlclient-dev \ - unixodbc-dev + libmysqlclient-dev - name: build shell: bash run: ./scripts/ci-build.sh tcc -- 2.39.1