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