Skip to content

Commit

Permalink
windows.yml - run packages_install.ps1 separately
Browse files Browse the repository at this point in the history
(so that it does not pollute logs)
  • Loading branch information
jan-revay authored Oct 12, 2023
1 parent 43ed8ba commit 419ffc3
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 @@ -24,6 +24,9 @@ jobs:
- name: "Install `winget`"
shell: powershell
run: choco install winget
- name: "Run `packages_install.ps1` separatelly (so that it does not polute logs)"
shell: powershell
run: .\Windows_10\packages_install.ps1
- name: "Run `run_all.ps1`"
shell: powershell
run: .\Windows_10\run_all.ps1

0 comments on commit 419ffc3

Please sign in to comment.