Update cmake.yml

pull/3107/head
Bret Curtis 3 years ago committed by GitHub
parent 8725671597
commit 3ad40b1358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save