1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 20:45:35 +00:00

Update cmake.yml

This commit is contained in:
Bret Curtis 2021-09-14 21:58:16 +02:00 committed by GitHub
parent 8725671597
commit 3ad40b1358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
cmake -S . -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX:PATH=instdir
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 3
run: cmake --build . --config ${{env.BUILD_TYPE}} --parallel 3
- name: Test
working-directory: ${{github.workspace}}/build