Skip to content

Commit

Permalink
Merge pull request #1211 from jzhang533/setup_github_action_build
Browse files Browse the repository at this point in the history
debugging .github/workflows/build.yml
  • Loading branch information
jzhang533 authored Mar 27, 2024
2 parents dd17855 + 05fe43a commit 64ea8ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ jobs:
- name: Show Working directory
run: ls

- name: Checkout and Build Protobuf
- name: Checkout Protobuf
uses: actions/checkout@v4
with:
repository: protocolbuffers/protobuf
ref: v3.16.0
path: protobuf

- name: Build Protobuf
working-directory: ./protobuf
run: |
#============
cmake ./cmake -B build_wd -Dprotobuf_BUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install_dir
Expand Down

0 comments on commit 64ea8ba

Please sign in to comment.