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 9edbca6 commit 0bc7d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: |
ssh user@localhost "pkgman update -y cmd:gcc makefile_engine" &&
if [[ `uname -m` == BePC ]]; then
ssh user@localhost "pkgman update -y haiku_x86_devel devel:libsqlite3_x86" &&
ssh user@localhost "pkgman update -y haiku_x86_devel devel:libsqlite3_x86 gcc_x86_syslibs_devel" &&
cd main && setarch x86 make && setarch x86 make bindcatalogs
else
ssh user@localhost "pkgman update -y haiku_devel devel:libsqlite3" &&
ssh user@localhost "pkgman update -y haiku_devel devel:libsqlite3 gcc_syslibs_devel" &&
cd main && make && make bindcatalogs
fi

0 comments on commit 0bc7d21

Please sign in to comment.