Skip to content

Commit 74d997b

Browse files
committed
Github Actions: Try to fix build
Change-Id: I495df3b7e644b3ebe358a6cfd2e12c14b8f1fbfc
1 parent ca143ff commit 74d997b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: make it all
4343
run: |
4444
sudo apt-get update
45-
sudo apt-get install automake bison build-essential ccache flex libc6-dev libgmp3-dev libmpfr-dev libsdl1.2-dev libtool-bin texinfo zip gawk wget libmpc-dev gettext
45+
sudo apt-get install automake bison build-essential ccache flex libc6-dev libgmp3-dev libmpfr-dev libsdl1.2-dev libtool-bin texinfo zip gawk wget libmpc-dev gettext gtk-doc-tools
4646
cd tools
4747
chmod +x rockboxdev.sh
4848
sudo ./rockboxdev.sh --target=${{matrix.arch}}

0 commit comments

Comments
 (0)