Skip to content

Commit 7bc7e83

Browse files
committed
Skip "Remove system MySQL binary" on Windows
1 parent d0b7102 commit 7bc7e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
${{ inputs.dbtype == 'mariadb' && 'disable-ssl-verify-server-cert' || '' }}
119119
120120
- name: Remove system MySQL binary
121-
if: ${{ inputs.dbtype != 'sqlite' }}
121+
if: ${{ inputs.dbtype != 'sqlite' && !startsWith(inputs.os, 'windows') && !startsWith(inputs.os, 'macos') }}
122122
run: sudo rm -f /usr/bin/mysql /usr/bin/mysqldump
123123

124124
- name: Prepare test database

0 commit comments

Comments
 (0)