Skip to content

Commit 6c507f9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 58f9ffa + 732025f commit 6c507f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
2626
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2727

28-
- name: Build
29-
# Build your program with the given configuration
30-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
31-
3228
- name: Test
3329
working-directory: ${{github.workspace}}/build
3430
# Execute tests defined by the CMake configuration.

0 commit comments

Comments
 (0)