We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee950d commit 6d1ce28Copy full SHA for 6d1ce28
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Run CI
41
# https://github.com/actions/setup-go/issues/107#issuecomment-854071850
42
run: |
43
- cp -f `which go` /usr/bin/go
+ [ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
44
# export PATH=${GOROOT}/bin:$PATH
45
go version
46
make ci
0 commit comments