diff --git a/.github/workflows/linux.bash b/.github/workflows/linux.bash index f493633ef..37b60a77c 100755 --- a/.github/workflows/linux.bash +++ b/.github/workflows/linux.bash @@ -30,7 +30,7 @@ case "$DISTRO" in amazonlinux:20*) dnf install -y bison cmake flex gcc-c++ ninja-build \ - {boost,libedit,mariadb1\*,ncurses,openssl,postgresql,systemd}-devel + {boost,libedit,mariadb-connector-c,ncurses,openssl,postgresql,systemd}-devel ;; debian:*|ubuntu:*)