浏览代码

try brew again

/MLA-1734-demo-provider
Chris Elion 4 年前
当前提交
88fd0202
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      .yamato/protobuf-generation-test.yml

1
.yamato/protobuf-generation-test.yml


CS_PROTO_PATH: "com.unity.ml-agents/Runtime/Grpc/CommunicatorObjects"
commands:
- |
brew install nuget
nuget install Grpc.Tools -Version $GRPC_VERSION -OutputDirectory protobuf-definitions/
python3 -m venv venv
. venv/bin/activate

正在加载...
取消
保存