--amend
Some checks failed
catsync-build / simple-build (amd64, linux, 1.23.1) (push) Has been cancelled
catsync-build / simple-build (amd64, linux, oldstable) (push) Has been cancelled
catsync-build / simple-build (amd64, windows, 1.23.1) (push) Has been cancelled
catsync-build / simple-build (amd64, windows, oldstable) (push) Has been cancelled
catsync-build / simple-build (arm64, linux, 1.23.1) (push) Has been cancelled
catsync-build / simple-build (arm64, linux, oldstable) (push) Has been cancelled

This commit is contained in:
tqcq 2024-12-22 22:34:37 +08:00
parent 26e3959ca3
commit bcb9ad1bfb

View File

@ -41,8 +41,8 @@ jobs:
go-version: ${{ matrix.gover }}
- name: install-tools
run: |
apt-get update -y
apt-get install -y protobuf-compiler
# apt-get update -y
# apt-get install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.0
- name: protobuf-gen
run: |