Skip to content

Commit a7546cf

Browse files
authored
Update main.yml
1 parent 5c197a6 commit a7546cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
run: |
2323
set TOOLCHAIN=""
2424
cd $env:GITHUB_WORKSPACE
25-
Start-Process make.bat
25+
$env:GITHUB_WORKSPACE\make.bat
2626
2727
- name: Test
2828
shell: pwsh
2929
run: |
3030
$env:PATH="$env:GITHUB_WORKSPACE\build\x64-windows\source\pdal\release\;$env:GITHUB_WORKSPACE\build\x64-windows\tests\pdal\release;$env:PATH"
31-
Start-Process test_pdalc.exe
31+
test_pdalc.exe
3232

0 commit comments

Comments
 (0)