File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,14 @@ jobs:
3434 submodules : recursive
3535
3636 - name : Install Packages (Ubuntu)
37- run : |
38- sudo apt-get install -y uuid-dev
3937 if : matrix.os == 'ubuntu-latest'
38+ run : sudo apt-get install -y uuid-dev
4039
4140 - name : Configure CMake
4241 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -Dflow-core_BUILD_TESTS=ON -Dflow-code_BUILD_BENCHMARKS=ON
4342
4443 - name : Build
45- run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 18
44+ run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 10
4645
4746 - name : Upload Artifacts
4847 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ endif()
160160# -----------------------------------------------------------------------------
161161
162162if (${PROJECT_NAME} _BUILD_BENCHMARKS)
163- enable_testing ()
164163 add_subdirectory (benchmarks)
165164endif ()
166165
You can’t perform that action at this time.
0 commit comments