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 e32e065 commit d11feb9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/runtime-vmactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
usesh: true
prepare: |
pkg install -y curl tesseract tesseract-data git go
run: |
mkdir -p ${GOPATH}/src/github.com/otiai10
cp -r . ${GOPATH}/src/github.com/otiai10/gosseract
cd ${GOPATH}/src/github.com/otiai10/gosseract
pwd
ls -lah
env
run: |
pwd
ls -lah
whoami
Expand Down

0 comments on commit d11feb9

Please sign in to comment.