Skip to content

Commit 708dd42

Browse files
Update LinuxBuildAndTest.yml
1 parent bd5efdb commit 708dd42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/LinuxBuildAndTest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
sudo apt-get install boost;
1818
sudo apt-get install googletest
1919

20-
2120
- name: Configure CMake
2221
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2322

2423
- name: Build
2524
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
2625

2726
- name: Test
28-
run: ${{github.workspace}}/build/tests/boost-tcp-server-client-tests
27+
run: ${{github.workspace}}/build/tests/boost-tcp-server-client-tests

0 commit comments

Comments
 (0)