Skip to content

Commit 371a8bb

Browse files
authored
Update main.yml
1 parent b4e54cc commit 371a8bb

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-
exec {make.bat}
25+
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-
exec { test_pdalc.exe }
31+
test_pdalc.exe
3232

0 commit comments

Comments
 (0)