Skip to content

Commit bd0eefd

Browse files
committed
ci: Try to fix job which is killed due to low memory?
1 parent 235bf52 commit bd0eefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_push_ExtraJobsForMain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ jobs:
3939
cd build && \
4040
cmake -DCMAKE_BUILD_TYPE=Debug \
4141
-DBUILD_SHARED_LIBS=ON \
42-
-DEXIV2_BUILD_SAMPLES=ON \
4342
-DEXIV2_ENABLE_PNG=ON \
4443
-DEXIV2_ENABLE_WEBREADY=ON \
4544
-DEXIV2_ENABLE_CURL=ON \
4645
-DEXIV2_BUILD_UNIT_TESTS=ON \
4746
-DEXIV2_ENABLE_BMFF=ON \
4847
-DEXIV2_TEAM_WARNINGS_AS_ERRORS=ON \
48+
-DEXIV2_BUILD_SAMPLES=ON \
4949
-DBUILD_WITH_COVERAGE=ON \
5050
-DCMAKE_INSTALL_PREFIX=install \
5151
.. && \
52-
cmake --build . --parallel
52+
cmake --build .
5353
5454
- name: Tests + Upload coverage
5555
run: |

0 commit comments

Comments
 (0)