Skip to content

Commit 6654861

Browse files
authored
build.yaml: add gcc_syslibs_devel
1 parent 62b89ca commit 6654861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
version: ${{ matrix.config.version }}
2626
architecture: ${{ matrix.config.architecture }}
2727
run: |
28-
ssh user@localhost "pkgman update -y haiku_devel devel:libpcre devel:libz unittest++_devel cmd:gcc" &&
28+
ssh user@localhost "pkgman update -y haiku_devel devel:libpcre devel:libz unittest++_devel cmd:gcc gcc_syslibs_devel" &&
2929
sh ./buildsuite.sh 1

0 commit comments

Comments
 (0)