Skip to content

Commit

Permalink
fix(ci): skip cp
Browse files Browse the repository at this point in the history
  • Loading branch information
wenerme authored Jun 26, 2022
1 parent 6d1ce28 commit 3248209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Run CI
# https://github.com/actions/setup-go/issues/107#issuecomment-854071850
run: |
[ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
# same file - seems symlinked
# [ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
# export PATH=${GOROOT}/bin:$PATH
go version
make ci
Expand Down

0 comments on commit 3248209

Please sign in to comment.