From d611e13a75bd6c48aa29fa7f514ff8bd9d62e1d9 Mon Sep 17 00:00:00 2001 From: PhantomShift <83253309+PhantomShift@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:30:24 -0500 Subject: [PATCH] Remove `setup-protoc` --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f3388a..849c8d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,6 @@ jobs: - target: x86_64-apple-darwin archive: zip steps: - - 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