Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL authored Oct 24, 2023
1 parent de49475 commit f1ed303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: cmake ${{github.workspace}}/ && make -j32

- name: Test
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: cmake -DCMAKE_BUILD_TYPE=Test ${{github.workspace}}/ && make -j32 && ${{github.workspace}}/build/cmaker
run: cmake -DCMAKE_BUILD_TYPE=Test ${{github.workspace}} && make -j32 && ${{github.workspace}}/build/cmaker

0 comments on commit f1ed303

Please sign in to comment.