From 713ab4a4d5773278551c712248dbae79a88a30d6 Mon Sep 17 00:00:00 2001 From: PhantomShift <83253309+PhantomShift@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:52:10 -0500 Subject: [PATCH] Use setup-protoc for protoc --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc223af..4f3388a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,8 @@ jobs: - target: x86_64-apple-darwin archive: zip steps: - - name: update protoc - run: sudo apt-get install protobuf-compiler + - name: Install Protoc + uses: arduino/setup-protoc@v3 - uses: actions/checkout@master - name: Compile and release uses: rust-build/rust-build.action@v1.4.4