Skip to content

Commit

Permalink
[CI/CD] Use Ninja instead of Make
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigma711 committed Aug 31, 2023
1 parent 0394f6a commit baa5d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: mkdir build
- name: Install protobuf manually
run: |
sudo apt-get install libtool pkg-config wget git
sudo apt-get install libtool pkg-config wget git ninja-build
git clone --recursive https://github.com/protocolbuffers/protobuf.git
cd protobuf
git checkout tags/v24.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install protobuf manually
run: |
sudo apt-get install libtool pkg-config wget git
sudo apt-get install libtool pkg-config wget git ninja-build
git clone --recursive https://github.com/protocolbuffers/protobuf.git
cd protobuf
git checkout tags/v24.2
Expand Down

0 comments on commit baa5d62

Please sign in to comment.