From af93b2a0e9e778b6de45db6d5db1d56d381c0f42 Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:31:23 +0200 Subject: [PATCH] windows.yml - install winget --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b36724068..5601110c3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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