Skip to content

Commit

Permalink
Explicitly install gettext for macos CI
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/ccpp.yml: Add gettext to brew install list.

Signed-off-by: Owen Avery <[email protected]>
  • Loading branch information
powerboat9 committed Dec 17, 2024
1 parent daa2977 commit 65ad090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 65ad090

Please sign in to comment.