From e13919a84cc81a9dfc86c151bf0bfbd1a9bc88fc Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Tue, 30 Apr 2024 15:17:52 +0200 Subject: [PATCH] sync (CI): use powershell instead of pwsh The self-hosted runners don't have `pwsh` installed, whereas `powershell` is pretty much guaranteed to always work on Windows machines Signed-off-by: Dennis Ameling --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index be460f1f892..82623d16c6d 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: true token: ${{ secrets.PUSH_TOKEN }} - name: Update all Pacman packages - shell: pwsh + shell: powershell run: | & .\update-via-pacman.ps1 - name: use git-sdk-arm64's Bash and Git for Windows' git.exe