Skip to content

Commit

Permalink
fixup! Install dependences after setup of DBD_MARIADB_* env on Github…
Browse files Browse the repository at this point in the history
… Actions CI
  • Loading branch information
choroba committed Dec 14, 2024
1 parent cdfdfb8 commit 7e9c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ jobs:
elif [ "${{ matrix.client-version }}" = "system-pic" ]; then
export DBD_MARIADB_CONFIG="$HOME/mysql_config_pic"
fi
export | sed 's/^declare -x //' | grep '^DBD_MARIADB_' >> $GITHUB_ENV
export | sed 's/^declare -x //;s/="/=/;s/"$//' | grep '^DBD_MARIADB_' >> $GITHUB_ENV
- name: Install dependences
run: |
if [ "${{ matrix.perl-version }}" = "system" ]; then
Expand Down

0 comments on commit 7e9c0f9

Please sign in to comment.