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 7e84c89 commit 8b5d2ec
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:libsqlite3 cmd:gcc cmd:make makefile_engine" &&
ssh user@localhost "pkgman update -y haiku_devel devel:libsqlite3 cmd:gcc gcc_syslibs_devel cmd:make makefile_engine" &&
cd sources && make && make bindcatalogs

0 comments on commit 8b5d2ec

Please sign in to comment.