Browse Source

Parallel build of iOS port

pull/3701/head
Anders Jenbo 4 years ago
parent
commit
e7728cb216
  1. 2
      .github/workflows/iOS.yml

2
.github/workflows/iOS.yml

@ -38,7 +38,7 @@ jobs:
working-directory: ${{github.workspace}}
shell: bash
run: >
cmake --build build --config Release &&
cmake --build build -j $(sysctl -n hw.physicalcpu) --config Release &&
cd build &&
rm -rf Payload
mkdir Payload &&

Loading…
Cancel
Save