mirror of
https://github.com/pushbits/server.git
synced 2025-06-05 12:12:03 +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
|
||||
- name: Setup Go environment
|
||||
run: |
|
||||
export PATH="${GOPATH}/bin:${PATH}"
|
||||
export PATH="$(go env GOPATH)/bin:${PATH}"
|
||||
echo ${GOPATH}
|
||||
echo ${PATH}
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue