Skip to content

Commit a0ca092

Browse files
authored
Update main.yml
1 parent 1eba975 commit a0ca092

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

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

2020
- name: Build
21-
shell: cmd
21+
shell: pwsh
2222
run: |
2323
set TOOLCHAIN=""
2424
make
2525
2626
- name: Test
27-
shell: cmd
28-
run: test_pdalc.exe
27+
shell: pwsh
28+
run: |
29+
cp build\x64-windows\source\pdal\release\pdalc.dll build\x64-windows\tests\pdal\release\
30+
build\x64-windows\tests\pdal\release\test_pdalc.exe
2931

0 commit comments

Comments
 (0)