Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Mar 12, 2024
1 parent 4ed02b4 commit e32e065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/runtime-vmactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
mkdir -p ${GOPATH}/src/github.com/otiai10
cp -r . ${GOPATH}/src/github.com/otiai10/gosseract
cd ${GOPATH}/src/github.com/otiai10/gosseract
go get -v -t -d ./...
pwd
ls -lah
env
run: |
pwd
ls -lah
Expand Down

0 comments on commit e32e065

Please sign in to comment.