mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
fix protoc version
This commit is contained in:
parent
dd82be1532
commit
fca67de67f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -65,9 +65,11 @@ jobs:
|
||||
7z x go.7z
|
||||
- name: Install Protoc
|
||||
if: matrix.cross_os != 'public_res'
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: arduino/setup-protoc@v3
|
||||
run: |
|
||||
curl -LO "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protoc-31.1-linux-x86_64.zip"
|
||||
unzip "protoc-31.1-linux-x86_64.zip" -d protoc_install
|
||||
cp ./protoc_install/bin/protoc /usr/local/bin
|
||||
protoc --version
|
||||
- name: Installing protoc-gen-go
|
||||
if: matrix.cross_os != 'public_res'
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user