mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix rate limit in workflow
This commit is contained in:
parent
861cabc659
commit
31408bafaf
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -65,6 +65,8 @@ jobs:
|
|||||||
7z x go.7z
|
7z x go.7z
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
if: matrix.cross_os != 'public_res'
|
if: matrix.cross_os != 'public_res'
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
uses: arduino/setup-protoc@v3
|
uses: arduino/setup-protoc@v3
|
||||||
- name: Installing protoc-gen-go
|
- name: Installing protoc-gen-go
|
||||||
if: matrix.cross_os != 'public_res'
|
if: matrix.cross_os != 'public_res'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user