Skip to content

Commit 824fb6d

Browse files
committed
ci: try to fix tests
1 parent db1f3b6 commit 824fb6d

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
@@ -36,12 +36,12 @@ jobs:
3636
if: runner.os == 'Windows'
3737
run: |
3838
vfox install erlang@25.3.2.12
39-
vfox use erlang@25.3.2.12
4039
if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'
4140
- name: test installation
4241
if: runner.os == 'Windows'
4342
run: |
4443
Invoke-Expression "$(vfox activate pwsh)"
44+
vfox use erlang@25.3.2.12
4545
echo "===============PATH==============="
4646
echo $env:PATH
4747
echo "===============PATH==============="

0 commit comments

Comments
 (0)