Skip to content

Commit c152bc7

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ jobs:
3838

3939
steps:
4040
- uses: actions/checkout@v3
41-
41+
42+
- name: Add /tmp/local/bin to PATH
43+
run: |
44+
echo "/tmp/local/bin" >> $GITHUB_PATH
45+
4246
- name: make it all
4347
run: |
4448
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
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
4650
cd tools
4751
chmod +x rockboxdev.sh
4852
sudo ./rockboxdev.sh --target=${{matrix.arch}}

0 commit comments

Comments
 (0)