diff --git a/.github/workflows/install_dependencies_build.sh b/.github/workflows/install_dependencies_build.sh index 897b405d9..f56e90afa 100755 --- a/.github/workflows/install_dependencies_build.sh +++ b/.github/workflows/install_dependencies_build.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # The package list is designed for Ubuntu 20.04 LTS +add-apt-repository -y ppa:ubuntu-toolchain-r/test apt-get update apt-get install -y \ autoconf \