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 62b89ca commit 6654861
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:libpcre devel:libz unittest++_devel cmd:gcc" &&
ssh user@localhost "pkgman update -y haiku_devel devel:libpcre devel:libz unittest++_devel cmd:gcc gcc_syslibs_devel" &&
sh ./buildsuite.sh 1

0 comments on commit 6654861

Please sign in to comment.