From 993ea6a4827bca456a49c00bb6d87a2b13042423 Mon Sep 17 00:00:00 2001 From: beltram Date: Tue, 13 Jun 2023 18:02:16 +0200 Subject: [PATCH] try (2) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed6ef10c..ba4b6957 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -201,7 +201,7 @@ jobs: uses: arduino/setup-protoc@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - run: apt-get install protobuf-compiler +# - run: apt-get install protobuf-compiler - name: build-musl uses: gmiam/rust-musl-action@master with: