Skip to content

Commit 18378b7

Browse files
committed
ci: install pkg-config
1 parent 18ead93 commit 18378b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: install build tools
3333
run: |
3434
apt --quiet update --yes
35-
apt --quiet install --yes build-essential cmake git curl zip unzip tar
35+
apt --quiet install --yes build-essential cmake pkg-config git curl zip unzip tar
3636
- name: git clone
3737
uses: myci-actions/checkout@main
3838
with:
@@ -96,4 +96,4 @@ jobs:
9696
- name: build
9797
run: |
9898
cd out
99-
make --jobs=$(nproc)
99+
make --jobs=$(sysctl -n hw.ncpu)

0 commit comments

Comments
 (0)