Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
set configure options
  • Loading branch information
themoriarti committed Oct 15, 2023
1 parent 9d52daf commit 106daaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: perms
run: chmod +x ./configure
- name: configure
run: ./configure
run: ./configure --with-mysql --with-mysql-lib=/usr/lib/x86_64-linux-gnu/ --with-zlib=/usr/lib/x86_64-linux-gnu/
- name: make
run: make
- name: make check
Expand Down

0 comments on commit 106daaa

Please sign in to comment.