Skip to content

Commit 8c2ba26

Browse files
committed
test installing mariadb-connector-c
1 parent a14fb77 commit 8c2ba26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/clp-lint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
name: "Install coreutils (for md5sum)"
4444
run: "brew install coreutils"
4545

46+
- if: "matrix.os == 'ubuntu-24.04'"
47+
name: "Install mariadb-connecter-c (for py lint)"
48+
run: "sudo apt-get install -y libmariadb-dev"
49+
50+
- if: "matrix.os == 'macos-15'"
51+
name: "Install mariadb-connecter-c (for py lint)"
52+
run: "brew install mariadb-connector-c"
53+
4654
- name: "Lint .js files"
4755
shell: "bash"
4856
run: "task lint:check-js"

0 commit comments

Comments
 (0)