fix(ci): revert to use apk for Alpine runner

This commit is contained in:
2025-11-06 22:49:45 +01:00
parent 0edeb67075
commit 4c62817cff

View File

@@ -35,8 +35,7 @@ jobs:
- name: Install protoc and plugins
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
apk add --no-cache protobuf-dev protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
@@ -97,8 +96,7 @@ jobs:
- name: Install protoc and plugins
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
apk add --no-cache protobuf-dev protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
@@ -144,8 +142,7 @@ jobs:
- name: Install protoc and plugins
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
apk add --no-cache protobuf-dev protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
echo "$HOME/go/bin" >> $GITHUB_PATH