Skip to content

Commit

Permalink
build.yaml: switch to pkgman update
Browse files Browse the repository at this point in the history
  • Loading branch information
augiedoggie authored Apr 14, 2024
1 parent 69f065a commit 4acbff9
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,6 +25,6 @@ jobs:
version: ${{ matrix.config.version }}
architecture: ${{ matrix.config.architecture }}
run: |
ssh user@localhost "pkgman install -y haiku_devel devel:libicuuc cmd:cmake cmd:gcc cmd:as cmd:make" &&
ssh user@localhost "pkgman update -y haiku_devel devel:libicuuc cmd:cmake cmd:gcc cmd:as cmd:make" &&
cmake -B build -S . -DBUILD_USERGUIDE=OFF &&
make -C build

0 comments on commit 4acbff9

Please sign in to comment.