Build should be multi-threaded.
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Failing after 1m18s
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Failing after 1m18s
This commit is contained in:
parent
5a4e7fb53b
commit
8d8534c90b
@ -15,7 +15,7 @@ jobs:
|
||||
run: |
|
||||
emcmake cmake . -B ${{ gitea.event.repository.name }}
|
||||
- name: Build Project
|
||||
run: cmake --build ${{ gitea.event.repository.name }}/
|
||||
run: cmake -j 8 --build ${{ gitea.event.repository.name }}/
|
||||
- name: Move Files and Finalize
|
||||
run: |
|
||||
mkdir -p /web/${{ gitea.event.repository.name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user