mirror of
https://github.com/pushbits/server.git
synced 2025-06-08 13:42:05 +02:00
Fix manually setting path
This commit is contained in:
parent
861c05757c
commit
c2eb726bbf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
run: |
|
run: |
|
||||||
export PATH="${GOPATH}/bin:${PATH}"
|
export PATH="$(go env GOPATH)/bin:${PATH}"
|
||||||
echo ${GOPATH}
|
echo ${GOPATH}
|
||||||
echo ${PATH}
|
echo ${PATH}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue