Skip to content

Commit

Permalink
remove protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Apr 15, 2024
1 parent 75e165c commit 41c1cfa
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release cli on github
on:
push:
tags:
- "v*"
# tags:
# - "v*"

jobs:
build-cli-binaries:
Expand Down Expand Up @@ -32,12 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install protoc
uses: arduino/setup-protoc@v3
with:
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: install tools
run: |
rustup show
Expand Down

0 comments on commit 41c1cfa

Please sign in to comment.