Skip to content

Commit

Permalink
fix: use Powershell v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Jan 17, 2024
1 parent c08cf70 commit 3d4c827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d4c827

Please sign in to comment.