diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1a92993..6b28039 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,10 +8,6 @@ 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 @@ -19,6 +15,9 @@ jobs: 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