Skip to content

Commit

Permalink
Sudo try again
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Jul 30, 2024
1 parent 72c8df5 commit 446a2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ci-sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: "Install deps"
run: |
sudo apt-get install -y protobuf-compiler curl
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.4.0
cargo install protobuf-codegen --version "2.8.1" -f
- name: "Build SW mode"
Expand Down

0 comments on commit 446a2ae

Please sign in to comment.