From 3d4c827a20a0b4f3eeed6426a5e1d2d84ea3b641 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Wed, 17 Jan 2024 19:11:00 +0100 Subject: [PATCH] fix: use Powershell v5.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa00edc..d50c182 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: - name: Add Bit to PATH (Windows) if: runner.os == 'Windows' - run: echo "$env:HOME\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - shell: powershell + run: echo "$env:HOME\bin" | Out-File -FilePath $env:GITHUB_PATH -Append + shell: pwsh - name: Bit Install run: bit install