Skip to content

Commit

Permalink
Elevate privilege for more commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcpbot committed Dec 13, 2024
1 parent 215b5fd commit fa0c3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ runs:
sudo apt-get update
sudo apt-get install -y wget unzip
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
unzip protoc-21.12-linux-x86_64.zip -d /usr/local/
rm protoc-21.12-linux-x86_64.zip
sudo unzip protoc-21.12-linux-x86_64.zip -d /usr/local/
sudo rm protoc-21.12-linux-x86_64.zip
shell: bash

- name: Add Go bin to PATH
Expand Down

0 comments on commit fa0c3e0

Please sign in to comment.