Skip to content

Commit 1ed59df

Browse files
authored
Update release.yml
1 parent 32ef11e commit 1ed59df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ jobs:
103103

104104
- name: Install dependencies
105105
run: |
106-
brew install cmake boost grpc protobuf xtensor
107-
brew install pkg-config ninja buf
106+
cmake --version
107+
ninja --version
108+
brew install boost grpc protobuf xtensor
109+
brew install pkg-config buf
108110
109111
- name: Setup build directory
110112
run: mkdir builds

0 commit comments

Comments
 (0)