Skip to content

Commit 03c2a09

Browse files
committed
ci: try to fix tests
1 parent 6a95f31 commit 03c2a09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
if: runner.os == 'Windows'
3737
run: |
3838
vfox install erlang@25.3.2.12
39+
vfox activate pwsh | Out-File -FilePath vfox_env.ps1
3940
- name: test installation
4041
if: runner.os == 'Windows'
4142
run: |
42-
vfox activate pwsh > vfox_env.ps1
43-
. vfox_env.ps1
43+
& vfox_env.ps1
4444
echo $env:__VFOX_SHELL
4545
echo $env:__VFOX_CURTMPPATH
4646
cat $PROFILE

0 commit comments

Comments
 (0)