Skip to content

Commit

Permalink
build.yaml: add gcc_syslibs_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
korli authored Dec 11, 2024
1 parent 89bc280 commit 95ffc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
version: ${{ matrix.config.version }}
architecture: ${{ matrix.config.architecture }}
run: |
ssh user@localhost "pkgman update -y haiku_devel devel:libbz2 devel:libfreetype devel:libpng16 devel:libz cmd:gcc cmd:htmldoc cmd:make cmd:pkg_config cmd:ps2pdf" &&
ssh user@localhost "pkgman update -y haiku_devel devel:libbz2 devel:libfreetype devel:libpng16 devel:libz cmd:gcc gcc_syslibs_devel cmd:htmldoc cmd:make cmd:pkg_config cmd:ps2pdf" &&
make -C xpdf && make -C bepdf && make -C bepdf bindcatalogs

0 comments on commit 95ffc37

Please sign in to comment.