We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579b2f9 commit 2f4cf5aCopy full SHA for 2f4cf5a
.github/workflows/ci.yaml
@@ -521,7 +521,7 @@ jobs:
521
elif [ "${{ matrix.client-version }}" = "system-pic" ]; then
522
export DBD_MARIADB_CONFIG="$HOME/mysql_config_pic"
523
fi
524
- export | sed 's/^declare -x //' | grep '^DBD_MARIADB_' >> $GITHUB_ENV
+ export | sed 's/^declare -x //;s/="/=/;s/"$//' | grep '^DBD_MARIADB_' >> $GITHUB_ENV
525
- name: Install dependences
526
run: |
527
if [ "${{ matrix.perl-version }}" = "system" ]; then
0 commit comments