Skip to content

Commit 3a5069c

Browse files
remove autotools
1 parent dcf4d9b commit 3a5069c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@ jobs:
408408
if: steps.cache.outputs.cache-hit != 'true'
409409
run: |
410410
mkdir -p "$GITHUB_WORKSPACE/protobuf-build"
411-
./autogen.sh
412-
./configure --prefix="$GITHUB_WORKSPACE/protobuf-build"
413411
cmake . -DCMAKE_BUILD_TYPE=Release -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/protobuf-build"
414412
cmake --build . --parallel
415413
cmake --build . --target install

0 commit comments

Comments
 (0)