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 d11feb9 commit 35ec84e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/runtime-vmactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ jobs:
prepare: |
pkg install -y curl tesseract tesseract-data git go
run: |
freebsd-version
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
whoami
env
freebsd-version
go get -v -t -d ./...
# cd $GOPATH/src/github.com/otiai10/gosseract
# go test -v -cover ./...
Expand Down

0 comments on commit 35ec84e

Please sign in to comment.