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 055073e commit ae50f1fCopy full SHA for ae50f1f
1 file changed
.github/workflows/build-natives.yml
@@ -76,7 +76,7 @@ jobs:
76
vcpkg-os-target: linux-musl
77
vcpkg-platform-target: arm64
78
use-nix: true
79
- shell_command: nix develop .#natives-musl --option max-jobs 1 -c bash -eo pipefail {0}
+ shell_command: nix develop .#natives-musl --option max-jobs 1 --option cores 3 -c bash -eo pipefail {0}
80
81
runs-on: ${{ matrix.runs-on }}
82
permissions:
0 commit comments