Skip to content

Commit d749e82

Browse files
committed
test: try fix hook shell
1 parent 5bc5d31 commit d749e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# vfox activate pwsh | Out-File -FilePath vfox_env.ps1
4141
- name: test installation
4242
if: runner.os == 'Windows'
43-
shell: pwsh -command "&'$PROFILE'; . '{0}'"
43+
shell: powershell -Command "&'$PROFILE'; . '{0}'"
4444
run: |
4545
Invoke-Expression "vfox env -s pwsh"
4646
vfox use -g erlang@25.3.2.12

0 commit comments

Comments
 (0)