We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2187d20 + 3f1e1ee commit 5d4ae65Copy full SHA for 5d4ae65
.github/workflows/nightly.yml
@@ -814,12 +814,14 @@ jobs:
814
with:
815
withMysqli: ${{ inputs.libmysqlclient_with_mysqli }}
816
- name: Build mysql-8.4
817
+ if: ${{ !inputs.libmysqlclient_with_mysqli }}
818
uses: ./.github/actions/build-libmysqlclient
819
820
configurationParameters: ${{ !inputs.libmysqlclient_with_mysqli && '--enable-werror' || '' }}
821
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
822
823
- name: Test mysql-8.4
824
825
uses: ./.github/actions/test-libmysqlclient
826
827
0 commit comments