Skip to content

Commit

Permalink
fix: add libyaml-dev dependency for apt. (#11291)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-huganir committed Jun 5, 2024
1 parent d106de5 commit d77d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function install_dependencies_with_apt() {
sudo apt-get update

# install some compilation tools
sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev libldap2-dev unzip openresty-zlib-dev openresty-pcre-dev
sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev libldap2-dev libyaml-dev unzip openresty-zlib-dev openresty-pcre-dev
}

# Identify the different distributions and call the corresponding function
Expand Down

0 comments on commit d77d672

Please sign in to comment.