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 1f32918 commit e88712b
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 @@ -26,9 +26,9 @@ jobs:
architecture: ${{ matrix.config.architecture }}
run: |
if [[ `uname -m` == BePC ]]; then
ssh user@localhost "pkgman update -y haiku_x86_devel cmd:gcc_x86" &&
ssh user@localhost "pkgman update -y haiku_x86_devel cmd:gcc_x86 gcc_x86_syslibs_devel" &&
setarch x86 make && setarch x86 make bindcatalogs
else
ssh user@localhost "pkgman update -y haiku_devel cmd:gcc" &&
ssh user@localhost "pkgman update -y haiku_devel cmd:gcc6 gcc_syslibs_devel" &&
make && make bindcatalogs
fi

0 comments on commit e88712b

Please sign in to comment.