Skip to content

Commit 534e761

Browse files
committed
Fix issue with commented out line
1 parent d5b7eba commit 534e761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- name: Download htmlhelp (Windows)
178178
if: matrix.platform == 'windows'
179179
run: |
180-
@rem curl -L -o htmlhelp.exe http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
180+
# curl -L -o htmlhelp.exe http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe
181181
./htmlhelp.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
182182
shell: pwsh
183183

0 commit comments

Comments
 (0)