Skip to content

Commit 73a6f78

Browse files
authored
ci: fix protobuf dep (#143)
1 parent ad0ca0a commit 73a6f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
set -ex
3636
3737
# install python and protobuf
38-
conda create -n venv python=3.12 protobuf -y
38+
conda create -n venv python=3.12 libprotobuf -y
3939
conda activate venv
4040
python -m pip install --upgrade pip
4141

0 commit comments

Comments
 (0)