Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irodushka authored Mar 10, 2024
1 parent 8e9d0bb commit db8795a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/[email protected]

- name: Install html-help-workshop
run: choco install html-help-workshop
- name: Install html-help-workshop, sed, innosetup
run: |
choco install html-help-workshop
choco install sed
choco install innosetup
- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit db8795a

Please sign in to comment.