Skip to content

Commit

Permalink
windows.yml - install winget
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 11, 2023
1 parent 5065cfa commit af93b2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- name: "checkout repo"
uses: actions/checkout@v4
- name: "Install `winget`"
shell: powershell
run: choco install winget
- name: "Run `run_all.ps1`"
shell: powershell
run: .\Windows_10\run_all.ps1

0 comments on commit af93b2a

Please sign in to comment.