We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b89ca commit 6654861Copy full SHA for 6654861
.github/workflows/build.yaml
@@ -25,5 +25,5 @@ jobs:
25
version: ${{ matrix.config.version }}
26
architecture: ${{ matrix.config.architecture }}
27
run: |
28
- 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" &&
29
sh ./buildsuite.sh 1
0 commit comments