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 18ead93 commit 18378b7Copy full SHA for 18378b7
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: install build tools
33
run: |
34
apt --quiet update --yes
35
- apt --quiet install --yes build-essential cmake git curl zip unzip tar
+ apt --quiet install --yes build-essential cmake pkg-config git curl zip unzip tar
36
- name: git clone
37
uses: myci-actions/checkout@main
38
with:
@@ -96,4 +96,4 @@ jobs:
96
- name: build
97
98
cd out
99
- make --jobs=$(nproc)
+ make --jobs=$(sysctl -n hw.ncpu)
0 commit comments