Skip to content

Commit

Permalink
Ubuntu 20.04 (possible) build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mridoni committed Feb 17, 2023
1 parent 2c7e2d1 commit 12bbd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gixsql-ubuntu-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential libmysqlclient-dev libpq-dev unixodbc-dev flex libspdlog-dev libfmt-dev
packages: build-essential libmysqlclient-dev libpq-dev unixodbc-dev=2.3.7 unixodbc=2.3.7 odbcinst1debian2=2.3.7 odbcinst=2.3.7 flex libspdlog-dev libfmt-dev
version: 1.0

- name: Build GixSQL
Expand Down

0 comments on commit 12bbd7a

Please sign in to comment.