Skip to content

Commit dcf4d9b

Browse files
wip
1 parent 6d4cf22 commit dcf4d9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,9 @@ jobs:
410410
mkdir -p "$GITHUB_WORKSPACE/protobuf-build"
411411
./autogen.sh
412412
./configure --prefix="$GITHUB_WORKSPACE/protobuf-build"
413-
make -j8
414-
make install -j8
413+
cmake . -DCMAKE_BUILD_TYPE=Release -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/protobuf-build"
414+
cmake --build . --parallel
415+
cmake --build . --target install
415416
working-directory: protobuf
416417
- uses: actions/cache/save@v3
417418
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)