Set the shell cmd under Windows

This commit is contained in:
Erik C. Thauvin 2025-03-22 00:35:11 -07:00
parent 599d819dc9
commit 48b92c33fd
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -73,10 +73,13 @@ jobs:
java-version: "17"
- name: Download dependencies
run: call bld.bat download
run: bld.bat download
shell: cmd
- name: Compile source
run: call bld.bat compile
run: bld.bat compile
shell: cmd
- name: Run tests
run: call bld.bat jacoco
run: bld.bat jacoco
shell: cmd