Skip to content

Commit

Permalink
runner
Browse files Browse the repository at this point in the history
  • Loading branch information
friend0 committed Dec 15, 2024
1 parent 93eac00 commit 7b70034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
protobuf-compiler
- name: Install Protobuf and CMake on macOS
if: runner.os == 'macos-latest'
if: matrix.os == 'macos-latest'
run: |
brew install cmake protobuf
protoc --version
cmake --version
- name: Install Protobuf on Windows
if: runner.os == 'windows-latest'
if: matrix.os == 'windows-latest'
run: |
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"'
choco install protoc
Expand Down

0 comments on commit 7b70034

Please sign in to comment.