We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c197a6 commit a7546cfCopy full SHA for a7546cf
.github/workflows/main.yml
@@ -22,11 +22,11 @@ jobs:
22
run: |
23
set TOOLCHAIN=""
24
cd $env:GITHUB_WORKSPACE
25
- Start-Process make.bat
+ $env:GITHUB_WORKSPACE\make.bat
26
27
- name: Test
28
shell: pwsh
29
30
$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
+ test_pdalc.exe
32
0 commit comments