Skip to content

Commit

Permalink
cmake: install protobuf compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 16, 2024
1 parent 11bcbe7 commit 7cdf67e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ on:
pull_request:
branches: [ "main" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7

- name: Install Protobuf
run: sudo apt-get install protobuf-compiler

- name: Configure and Build Project
uses: threeal/cmake-action@main

0 comments on commit 7cdf67e

Please sign in to comment.