From 79ca62bec75d5b5f9e5cdcac5b80880e411cbdf1 Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" Date: Mon, 15 Jan 2024 14:34:36 +0200 Subject: [PATCH] chore(fix): include protobuf during build - add windows dependancy --- .github/workflows/base_node_binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/base_node_binaries.yml b/.github/workflows/base_node_binaries.yml index 9499d49e72..e3a52fd72d 100644 --- a/.github/workflows/base_node_binaries.yml +++ b/.github/workflows/base_node_binaries.yml @@ -156,6 +156,7 @@ jobs: choco upgrade openssl -y # Should already be installed # choco upgrade strawberryperl -y + choco upgrade protoc -y - name: Set environment variables - Nix if: ${{ ! startsWith(runner.os,'Windows') }}