We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca143ff commit 74d997bCopy full SHA for 74d997b
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: make it all
43
run: |
44
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
+ 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
46
cd tools
47
chmod +x rockboxdev.sh
48
sudo ./rockboxdev.sh --target=${{matrix.arch}}
0 commit comments