diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3578b67..2501902 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,5 +25,5 @@ jobs: version: ${{ matrix.config.version }} architecture: ${{ matrix.config.architecture }} run: | - ssh user@localhost "pkgman update -y haiku_devel devel:libz cmd:gcc cmd:make makefile_engine" && + ssh user@localhost "pkgman update -y haiku_devel devel:libz cmd:gcc gcc_syslibs_devel cmd:make makefile_engine" && cd source && make && make bindcatalogs