fix(ci): update to use Alpine package manager (apk)

This commit is contained in:
2025-11-06 22:30:39 +01:00
parent 6ce1007f73
commit ad4ecaed1f

View File

@@ -35,8 +35,7 @@ jobs:
- name: Install protoc and plugins - name: Install protoc and plugins
run: | run: |
apt-get update apk add --no-cache protobuf-dev protoc
apt-get install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest 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/grpc/cmd/protoc-gen-go-grpc@latest
@@ -100,8 +99,7 @@ jobs:
- name: Install protoc and plugins - name: Install protoc and plugins
run: | run: |
apt-get update apk add --no-cache protobuf-dev protoc
apt-get install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest 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/grpc/cmd/protoc-gen-go-grpc@latest
@@ -146,8 +144,7 @@ jobs:
- name: Install protoc and plugins - name: Install protoc and plugins
run: | run: |
apt-get update apk add --no-cache protobuf-dev protoc
apt-get install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest 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/grpc/cmd/protoc-gen-go-grpc@latest