Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent 928c0caf29
commit 8b0174c7db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -138,7 +138,7 @@ jobs:
shell: pwsh
run: |
cd build
cmake --build --parallel . --config ${{ matrix.config.BUILD_TYPE }}
cmake --build . --parallel --config ${{ matrix.config.BUILD_TYPE }}
- name: Run tests
shell: pwsh

Loading…
Cancel
Save