Skip to content

Commit

Permalink
Rm protoc zip from workflow directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshlonkar committed May 25, 2023
1 parent 502e38a commit 5c48494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-job/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
version=23.1
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v${version}/protoc-${version}-linux-x86_64.zip
unzip protoc-${version}-linux-x86_64.zip -d $HOME/.local
rm protoc-${version}-linux-x86_64.zip
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Generate
shell: bash
Expand Down

0 comments on commit 5c48494

Please sign in to comment.