Skip to content

Commit

Permalink
mdbtools fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Jul 24, 2021
1 parent 62ce520 commit f92ae16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f92ae16

Please sign in to comment.