Skip to content

Commit

Permalink
workflow: Add ubuntu groff, gengetopt package
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmiel committed Nov 27, 2023
1 parent d156ccf commit 5319075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
sudo add-apt-repository --yes ppa:deadsnakes/ppa
sudo apt-get update
apt-fast -y install nasm meson ninja-build bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo xorriso autotools-dev automake autoconf autoconf-archive gettext pkgconf autopoint gcc-12 g++-12 gperf linux-libc-dev python3.11
apt-fast -y install nasm meson ninja-build bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo xorriso autotools-dev automake autoconf autoconf-archive gettext pkgconf autopoint gcc-12 g++-12 gperf linux-libc-dev python3.11 groff gengetopt
- name: Configure gcc
run: |
Expand Down

0 comments on commit 5319075

Please sign in to comment.