diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fb61ef3..7e68777b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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