"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c5594795929c9c0274ae4a72cbffb2e03d128efe"
Commit 2bcb1c44 authored by Davis King's avatar Davis King
Browse files

See if using only one thread to build prevents running out of ram on github...

See if using only one thread to build prevents running out of ram on github actions when building windows examples
parent 8ceb91fb
...@@ -112,7 +112,7 @@ jobs: ...@@ -112,7 +112,7 @@ jobs:
- name: Test - name: Test
run: ${{ env.build_dir }}/${{ env.config }}/dtest.exe --runall -q run: ${{ env.build_dir }}/${{ env.config }}/dtest.exe --runall -q
- name: Build examples, etc - 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: macos-latest:
runs-on: 'macos-latest' runs-on: 'macos-latest'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment