Skip to content

Commit

Permalink
mariadb fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
retropc committed Aug 10, 2023
1 parent 454f22b commit 893660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install git gcc make flex bison liblua5.1-0-dev libmariadbclient-dev libpq-dev libpcre3-dev zlib1g-dev libgeoip-dev
run: sudo apt-get install git gcc make flex bison liblua5.1-0-dev libmariadb-dev libpq-dev libpcre3-dev zlib1g-dev libgeoip-dev
- name: configure
run: ./configure -R -v
- name: make
Expand Down

0 comments on commit 893660b

Please sign in to comment.