Skip to content

Commit

Permalink
Fix interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jun 12, 2024
1 parent 310df89 commit 698692f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: |
cp -r ../../mls-rs/test_harness_integration/configs mls-rs-configs
go env -w GOPROXY=direct
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@a9513eb
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@5051eea
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN
Expand Down

0 comments on commit 698692f

Please sign in to comment.