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 c152bc7Copy full SHA for c152bc7
.github/workflows/build.yml
@@ -38,11 +38,15 @@ jobs:
38
39
steps:
40
- uses: actions/checkout@v3
41
-
+
42
+ - name: Add /tmp/local/bin to PATH
43
+ run: |
44
+ echo "/tmp/local/bin" >> $GITHUB_PATH
45
46
- name: make it all
47
run: |
48
sudo apt-get update
- 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
49
+ 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
50
cd tools
51
chmod +x rockboxdev.sh
52
sudo ./rockboxdev.sh --target=${{matrix.arch}}
0 commit comments