From 0bbacb18695518e0f95e894ae799ebc3bf30077c Mon Sep 17 00:00:00 2001 From: sunerok <8443713+justinvforvendetta@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:22:25 -0500 Subject: [PATCH] protobuf for macos --- .github/workflows/macos-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-full.yml b/.github/workflows/macos-full.yml index bfdd49ae..72dd3fdc 100644 --- a/.github/workflows/macos-full.yml +++ b/.github/workflows/macos-full.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - name: Brew install base dependencies - run: brew install automake berkeley-db4 libtool boost@1.76 miniupnpc qt@5 openssl pkg-config protobuf@21 python libevent qrencode librsvg + run: brew install automake berkeley-db4 libtool boost@1.76 miniupnpc qt@5 openssl pkg-config protobuf python libevent qrencode librsvg - name: Brew link dependencies run: brew link boost@1.76