mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
See if using only one thread to build prevents running out of ram on github actions when building windows examples
This commit is contained in:
parent
8ceb91fb44
commit
2bcb1c4436
2
.github/workflows/build_cpp.yml
vendored
2
.github/workflows/build_cpp.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
- name: Test
|
||||
run: ${{ env.build_dir }}/${{ env.config }}/dtest.exe --runall -q
|
||||
- name: Build examples, etc
|
||||
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --parallel 2
|
||||
run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --parallel 1
|
||||
|
||||
macos-latest:
|
||||
runs-on: 'macos-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user