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 6f2f7e0 commit 791ff0aCopy full SHA for 791ff0a
.github/workflows/clp-lint.yaml
@@ -50,7 +50,7 @@ jobs:
50
- if: "matrix.os == 'macos-15'"
51
name: "Install mariadb-connecter-c on macos (for py lint)"
52
run: |
53
- brew install mariadb-connector-c"
+ brew install mariadb-connector-c
54
PREFIX="$(brew --prefix mariadb-connector-c)"
55
echo "MARIADB_CONFIG=$PREFIX/bin/mariadb_config" >> "$GITHUB_ENV"
56
0 commit comments