Skip to content

Commit c3e0994

Browse files
Update LinuxBuild.yml
1 parent 708dd42 commit c3e0994

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/LinuxBuild.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
sudo apt-get install libboost-dev;
1818
sudo apt-get install libgtest-dev
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}}
26-
27-

0 commit comments

Comments
 (0)