mirror of https://github.com/bjdgyc/anylink.git
Update go.yml
This commit is contained in:
parent
8709dbaba1
commit
9f2e9de49a
|
@ -23,7 +23,9 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Switch path
|
- name: Switch path
|
||||||
run: cd server
|
run: |
|
||||||
|
cd server
|
||||||
|
ls
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue