diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index dfb090617f5e..fab7f6e88a9d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -381,7 +381,7 @@ jobs: - name: Install Deps run: | - brew install dejagnu mpfr libmpc gmp; + brew install dejagnu mpfr libmpc gmp gettext; # install Rust directly using rustup curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;