Skip to content

Commit 031714e

Browse files
committed
[misc] add ssl
1 parent 75730fe commit 031714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
registry-user: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_USER || '' }}
103103
registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
104104
additional-conf: ${{ matrix.additional-conf || '' }}
105-
conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
105+
conf-script-folder: ${{ runner.os == 'ubuntu-latest' && format('{0}/.github/workflows/certs', github.workspace) || '' }}
106106

107107
- name: Setup MySQL
108108
if: matrix.db-type == 'mysql'

0 commit comments

Comments
 (0)