Skip to content

Commit f7f1ee7

Browse files
committed
- Revert a few unnecessary changes.
- Add -e for Maven to see why it failed on last build.
1 parent a203ede commit f7f1ee7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
# Peform a test build in the host repo, which now contains all of the
112112
# build artifacts.
113113
cd /host_repo
114-
mvn -B test
114+
mvn -e -B test
115115
116116
- name: Upload Artifacts
117117
uses: actions/upload-artifact@v2
@@ -125,7 +125,7 @@ jobs:
125125
strategy:
126126
matrix:
127127
os: [ubuntu-18.04]
128-
java: [8]
128+
java: [15]
129129

130130
runs-on: ${{ matrix.os }}
131131

@@ -195,7 +195,7 @@ jobs:
195195
-D BUILD_opencv_gapi=OFF \
196196
-D CMAKE_BUILD_TYPE=RELEASE \
197197
..
198-
make -j8
198+
make -j4
199199
200200
# Copy the build artifacts to the /artifacts directory, which will be
201201
# used by the host to upload them.
@@ -300,7 +300,7 @@ jobs:
300300
strategy:
301301
matrix:
302302
os: [ubuntu-18.04]
303-
java: [8]
303+
java: [15]
304304

305305
runs-on: ${{ matrix.os }}
306306

0 commit comments

Comments
 (0)