[CONAN] install nproc

This commit is contained in:
Nicholas Dudfield
2025-03-25 12:26:15 +07:00
parent 17dfca6e61
commit 043f1e96b6
2 changed files with 7 additions and 1 deletions

View File

@@ -42,6 +42,12 @@ jobs:
${{ runner.os }}-conan-${{ hashFiles('**/conanfile.txt', '**/conanfile.py') }}-
${{ runner.os }}-conan-
- name: Install Coreutils
run: |
brew install coreutils
echo "Num proc: $(nproc)"
- name: Install Ninja
if: matrix.generator == 'Ninja'
run: brew install ninja

View File

@@ -11,7 +11,7 @@ concurrency:
jobs:
checkpatterns:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-8-core
steps:
- name: Checkout
uses: actions/checkout@v4