Skip to content

Commit 2202ef1

Browse files
committed
Update
[ghstack-poisoned]
1 parent fd59a13 commit 2202ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_model.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (Test-Path -Path $buildDir) {
1616
Remove-Item -Path $buildDir -Recurse -Force
1717
}
1818
New-Item -Path $buildDir -ItemType Directory
19-
Push-Directory $buildDir
19+
Push-Location $buildDir
2020
cmake .. --preset windows
2121
cmake --build . -t executor_runner -j16 --config Release
2222
if ($LASTEXITCODE -ne 0) {

0 commit comments

Comments
 (0)