mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
💚 fix ci
This commit is contained in:
parent
95c4a4be8e
commit
3059e40aec
6
.github/workflows/agent.yml
vendored
6
.github/workflows/agent.yml
vendored
@ -20,10 +20,8 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
- run: |
|
||||
go mod vendor
|
||||
git config --global user.email "you@example.com"
|
||||
git config --global user.name "Your Name"
|
||||
git add .
|
||||
git commit -a -m "vendor"
|
||||
mv ./vendor/* /home/runner/go/src/
|
||||
git checkout .
|
||||
- name: Set up Go 1.10.8
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user