Skip to content

Commit 3445a93

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/e2e_test_windows.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# ref: https://github.com/actions/runner-images
16-
os: [windows-2019, windows-2022]
16+
os: [windows-2019]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
@@ -37,11 +37,12 @@ jobs:
3737
run: |
3838
vfox install erlang@25.3.2.12
3939
if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'
40+
cat $PROFILE
4041
- name: test installation
4142
if: runner.os == 'Windows'
4243
run: |
4344
Invoke-Expression "$(vfox activate pwsh)"
44-
vfox use erlang@25.3.2.12
45+
vfox use -g erlang@25.3.2.12
4546
echo "===============PATH==============="
4647
echo $env:PATH
4748
echo "===============PATH==============="

0 commit comments

Comments
 (0)