1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-21 14:00:51 +03:00

ci: add missed --parallel 3 from msys2 cmake builds

Follow-up to 3d64a3f510
This commit is contained in:
Viktor Szakats
2023-05-07 11:28:09 +00:00
parent 7129ea9ca8
commit 34b6549fe7

View File

@@ -174,7 +174,7 @@ jobs:
- name: 'cmake build'
if: ${{ matrix.build == 'cmake' }}
shell: msys2 {0}
run: cmake --build bld
run: cmake --build bld --parallel 3
- name: 'cmake tests'
if: ${{ matrix.build == 'cmake' }}
timeout-minutes: 10