Skip to content

Commit 7e9c0f9

Browse files
committed
fixup! Install dependences after setup of DBD_MARIADB_* env on Github Actions CI
1 parent cdfdfb8 commit 7e9c0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ jobs:
521521
elif [ "${{ matrix.client-version }}" = "system-pic" ]; then
522522
export DBD_MARIADB_CONFIG="$HOME/mysql_config_pic"
523523
fi
524-
export | sed 's/^declare -x //' | grep '^DBD_MARIADB_' >> $GITHUB_ENV
524+
export | sed 's/^declare -x //;s/="/=/;s/"$//' | grep '^DBD_MARIADB_' >> $GITHUB_ENV
525525
- name: Install dependences
526526
run: |
527527
if [ "${{ matrix.perl-version }}" = "system" ]; then

0 commit comments

Comments
 (0)