Skip to content

Commit

Permalink
Adding some troubleshooting lines to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnson5 committed Jul 10, 2024
1 parent 6eff134 commit 712c520
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
run: |
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
export PATH=$PATH:$HOME/go/bin
echo $HOME
ls $HOME/go/bin
pwd
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Checkout BLAST
uses: actions/checkout@v4
- name: Build All
Expand Down

0 comments on commit 712c520

Please sign in to comment.