We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3445a93 commit 1b4df19Copy full SHA for 1b4df19
1 file changed
.github/workflows/e2e_test_windows.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: test installation
42
if: runner.os == 'Windows'
43
run: |
44
- Invoke-Expression "$(vfox activate pwsh)"
+ cat $PROFILE
45
vfox use -g erlang@25.3.2.12
46
echo "===============PATH==============="
47
echo $env:PATH
0 commit comments