no more htmlhelp.exe from microsoft

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7259 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2021-01-29 05:29:31 +00:00
parent 5bff29af33
commit 5708b9edc2

View file

@ -35,7 +35,9 @@ jobs:
$arguments = "/S /D=$HOME\cppunit"
Start-Process ./cppunit-msvc-1.12.1.exe $arguments -NoNewWindow -Wait
pip install scons
choco install html-help-workshop zip
choco install zip
# microsoft removed the download of htmlhelp.exe -- https://chocolatey.org/packages/html-help-workshop#comment-5245282888
#choco install html-help-workshop
echo "${Env:ProgramFiles(x86)}\HTML Help Workshop" >> $Env:GITHUB_PATH
if: startsWith(matrix.os, 'windows')
- name: Zlib Dependency