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 12, 2024
1 parent 011a77e commit 1125873
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 cmd:gcc makefile_engine" &&
ssh user@localhost "pkgman update -y haiku_devel cmd:gcc gcc_syslibs_devel makefile_engine" &&
cd src && make && make bindcatalogs

0 comments on commit 1125873

Please sign in to comment.