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:
parent
5bff29af33
commit
5708b9edc2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue