Skip to content

Commit 79a8c70

Browse files
authored
Update main.yml
1 parent a7546cf commit 79a8c70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
run: conda install -c conda-forge pdal
1919

2020
- name: Build
21-
shell: pwsh
21+
shell: cmd /C call {0}
2222
run: |
2323
set TOOLCHAIN=""
24-
cd $env:GITHUB_WORKSPACE
25-
$env:GITHUB_WORKSPACE\make.bat
24+
make.bat
2625
2726
- name: Test
2827
shell: pwsh

0 commit comments

Comments
 (0)