Skip to content

Commit 566df93

Browse files
committed
fix: tesseract not installed on Windows
1 parent 04c62ec commit 566df93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/ci-vm/ci-windows/startup-script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
2-
choco install winfsp -y
2+
choco install winfsp tesseract -y
33

44
cd C:\Windows\Temp
55

0 commit comments

Comments
 (0)