Skip to content

Commit 998efbf

Browse files
committed
fix: install protobuf in osx build
1 parent a3c49ed commit 998efbf

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
override: true
132132
target: x86_64-apple-darwin
133133

134+
- name: Install protobuf compiler
135+
run: brew install protobuf
136+
134137
- name: Build for MacOS x86_64
135138
run: cargo build --release --target x86_64-apple-darwin
136139

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nnli"
3-
version = "0.0.19"
3+
version = "0.0.20"
44
edition = "2021"
55
description = "🔭 interactively explore `onnx` networks in your CLI."
66
license = "MIT"

0 commit comments

Comments
 (0)