Skip to content

Commit

Permalink
Debugging go install
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 11, 2024
1 parent 28820ef commit 4df9c20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- name: Install go-coverage-report
run: go install github.com/fgrosse/[email protected]
run: |
go env
go install github.com/fgrosse/[email protected]
ls -l $HOME/go/bin
ls -l $GOPATH/bin
- name: Determine changed files
id: changed-files
Expand Down

0 comments on commit 4df9c20

Please sign in to comment.