Fix bld executable name under Windows
This commit is contained in:
parent
6f1aa72ad0
commit
1f5903c5e9
1 changed files with 5 additions and 3 deletions
8
.github/workflows/bld.yml
vendored
8
.github/workflows/bld.yml
vendored
|
@ -72,11 +72,13 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: "17"
|
||||
|
||||
- run: dir
|
||||
|
||||
- name: Download dependencies
|
||||
run: bld.bat download
|
||||
run: bld download
|
||||
|
||||
- name: Compile source
|
||||
run: bld.bat compile
|
||||
run: bld compile
|
||||
|
||||
- name: Run tests
|
||||
run: bld.bat jacoco
|
||||
run: bld jacoco
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue