Skip to content

Commit 0e5c49c

Browse files
committed
Only target rm_lines
1 parent e8d8230 commit 0e5c49c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
${{ runner.os }}-cmake-${{ matrix.cpp_compiler }}-${{ matrix.c_compiler }}-
6262
6363
- name: Configure CMake
64-
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
65-
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
6664
run: >
6765
cmake -B ${{ steps.strings.outputs.build-output-dir }}
6866
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
@@ -72,7 +70,7 @@ jobs:
7270
7371
- name: Build
7472
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
75-
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
73+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target rm_lines
7674

7775
- name: Set up python
7876
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)