Skip to content

Commit ea26bd4

Browse files
Cleanup if: true
1 parent d55b0b7 commit ea26bd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,14 +859,12 @@ jobs:
859859
with:
860860
withMysqli: false
861861
- name: Build mysql-8.4
862-
if: true
863862
uses: ./.github/actions/build-libmysqlclient
864863
with:
865864
configurationParameters: '--enable-werror'
866865
libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
867866
withMysqli: false
868867
- name: Test mysql-8.4
869-
if: true
870868
uses: ./.github/actions/test-libmysqlclient
871869
with:
872870
withMysqli: false

0 commit comments

Comments
 (0)