From f92ae163d807c67126c8d150105db3dbc86c6c78 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Sat, 24 Jul 2021 11:37:06 -0400 Subject: [PATCH] mdbtools fix --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d66874..dc7b4a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,9 @@ jobs: compiler: [ clang, gcc ] steps: - name: Install packages - run: brew install mdbtools gawk automake gtk+3 gettext yelp-tools itstool + run: brew install mdbtools gawk automake gtk+3 yelp-tools itstool + - name: Fix mdbtools 0.9.3 installation + run: rm /usr/local/lib/pkgconfig/libmdbsql.pc - uses: actions/checkout@v2 - name: Autoconf run: autoreconf -i -f