Skip to content

Commit 3248209

Browse files
authored
fix(ci): skip cp
1 parent 6d1ce28 commit 3248209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Run CI
4141
# https://github.com/actions/setup-go/issues/107#issuecomment-854071850
4242
run: |
43-
[ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
43+
# same file - seems symlinked
44+
# [ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
4445
# export PATH=${GOROOT}/bin:$PATH
4546
go version
4647
make ci

0 commit comments

Comments
 (0)