File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ jobs:
806
806
- name : Build mysql-8.0
807
807
uses : ./.github/actions/build-libmysqlclient
808
808
with :
809
- configurationParameters : --enable-werror
809
+ configurationParameters : ${{ !inputs.libmysqlclient_with_mysqli && ' --enable-werror' || '' }}
810
810
libmysql : mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz
811
811
withMysqli : ${{ inputs.libmysqlclient_with_mysqli }}
812
812
- name : Test mysql-8.0
@@ -816,7 +816,7 @@ jobs:
816
816
- name : Build mysql-8.4
817
817
uses : ./.github/actions/build-libmysqlclient
818
818
with :
819
- configurationParameters : --enable-werror
819
+ configurationParameters : ${{ !inputs.libmysqlclient_with_mysqli && ' --enable-werror' || '' }}
820
820
libmysql : mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
821
821
withMysqli : ${{ inputs.libmysqlclient_with_mysqli }}
822
822
- name : Test mysql-8.4
You can’t perform that action at this time.
0 commit comments