Skip to content

Commit d406192

Browse files
gh-27: Fix *another* error in GH Actions workflow.
1 parent 494d879 commit d406192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
if (-not $inst) { Write-Error 'Visual Studio installation not found'; exit 1 }
3636
$vsDevCmd = Join-Path $inst 'Common7\Tools\VsDevCmd.bat'
3737
if (-not (Test-Path $vsDevCmd)) { Write-Error "VsDevCmd.bat not found: $vsDevCmd"; exit 1 }
38-
cmd /c "`"$vsDevCmd`" -noLogo && powershell -NoProfile -ExecutionPolicy Bypass -Command .\prefix.exe .\tests\test2.pre"
38+
cmd /c "`"$vsDevCmd`" -noLogo && .\prefix.exe .\tests\test2.pre"

0 commit comments

Comments
 (0)