From 1a71488d3cb16c806b308f7e3737c7a9e8f9a048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20Zieli=C5=84ski?= Date: Mon, 21 Feb 2022 09:45:07 +0100 Subject: [PATCH] Change protobuf dependency for Github actions --- profile_uart/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile_uart/build.gradle b/profile_uart/build.gradle index 23060964..c37717ea 100644 --- a/profile_uart/build.gradle +++ b/profile_uart/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.google.protobuf' protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.14.0:osx-x86_64' + artifact = 'com.google.protobuf:protoc:3.14.0' } // Generates the java Protobuf-lite code for the Protobufs in this project. See