File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 3939 msbuild B2SVPinMAMEStarter/B2SVPinMAMEStarter.sln /t:Rebuild /p:Configuration=${{ matrix.config }} "/p:Platform=${{ matrix.platform }}"
4040 msbuild b2sbackglassdesigner/B2SBackglassDesigner.sln /t:Rebuild /p:Configuration=${{ matrix.config }} "/p:Platform=${{ matrix.platform }}"
4141 shell : cmd
42- - name : Help
42+ - name : Cache html-help-workshop
43+ uses : actions/cache@v4
44+ with :
45+ path : C:\ProgramData\chocolatey\lib\html-help-workshop
46+ key : html-help-workshop-${{ runner.os }}-v1
47+ - name : Install html-help-workshop
48+ if : steps.cache-html-help-workshop.outputs.cache-hit != 'true'
49+ run : choco install --yes --no-progress html-help-workshop
50+ - name : Build Help
4351 run : |
44- choco install html-help-workshop
4552 "/c/Program Files (x86)/HTML Help Workshop/hhc.exe" "b2sbackglassdesigner/b2sbackglassdesigner/htmlhelp/B2SBackglassDesigner.hhp" || true
4653 - name : Bundle
4754 run : |
You can’t perform that action at this time.
0 commit comments