Skip to content

Commit 4f820a1

Browse files
author
Eike Mueller
committed
Changed whitespace to trigger automated tests
1 parent 9698e28 commit 4f820a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automated_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: cmake --install build
4747

4848
- name: Configure CMake
49-
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
49+
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
5050
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
5151
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEigen3_DIR=${{github.workspace}}/eigen/build -DCMAKE_LIBRARY_PATH=${{github.workspace}}/libconfig/build/lib -DUSE_THOROUGH_TESTS=ON
5252

0 commit comments

Comments
 (0)