Skip to content

Commit

Permalink
ci: fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Jul 4, 2024
1 parent a2e617d commit 8836be9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
CGO_CFLAGS: -I${{ github.workspace }}/deps/include
CGO_LDFLAGS: -L${{ github.workspace }}/deps/bin -lMaaFramework -lMaaToolkit
run: |
$env:Path+="${{ github.workspace }}/deps/bin;"
echo $env:Path
$env:Path+=";${{ github.workspace }}/deps/bin"
mkdir -p TestingDataSet/PipelineSmoking/resource/model/ocr
cp -r TestingDataSet/MaaCommonAssets/OCR/ppocr_v4/zh_cn TestingDataSet/PipelineSmoking/resource/model/ocr
go test -v -tags customenv
Expand Down

0 comments on commit 8836be9

Please sign in to comment.