Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent bd93887 commit 3da7b0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
env:
PROTOC: /usr/local/bin/protoc

- name: Install CMake (Windows)
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
run: |
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
shell: cmd

- name: Install protoc (Windows x64)
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
run: |
Expand Down

0 comments on commit 3da7b0f

Please sign in to comment.