mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
Update .github/workflows/windows-qt.yml
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
dd0e155c0e
commit
cc48df327e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-qt.yml
vendored
2
.github/workflows/windows-qt.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue