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 8c2ba26 commit 6f2f7e0Copy full SHA for 6f2f7e0
.github/workflows/clp-lint.yaml
@@ -44,12 +44,15 @@ jobs:
44
run: "brew install coreutils"
45
46
- if: "matrix.os == 'ubuntu-24.04'"
47
- name: "Install mariadb-connecter-c (for py lint)"
+ name: "Install mariadb-connecter-c on ubuntu (for py lint)"
48
run: "sudo apt-get install -y libmariadb-dev"
49
50
- if: "matrix.os == 'macos-15'"
51
52
- run: "brew install mariadb-connector-c"
+ name: "Install mariadb-connecter-c on macos (for py lint)"
+ run: |
53
+ brew install mariadb-connector-c"
54
+ PREFIX="$(brew --prefix mariadb-connector-c)"
55
+ echo "MARIADB_CONFIG=$PREFIX/bin/mariadb_config" >> "$GITHUB_ENV"
56
57
- name: "Lint .js files"
58
shell: "bash"
0 commit comments