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