-
how to fix the error? this is my repo: https://github.com/wedojava/ytdlgo thanks |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Apr 7, 2020
Replies: 1 comment 1 reply
-
- env:
- CGO_ENABLED=0
- goos:
- linux
- darwin
- windows this creates two build, you should probably remove the - env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wedojava
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this creates two build, you should probably remove the
-
from the beginning ofgoos
: