Download dependency for the examples in project workflow as needed for testing
This commit is contained in:
parent
96b8139b97
commit
e32ebf19d6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -23,6 +23,10 @@ jobs:
|
|||
distribution: "zulu"
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: Download dependencies [examples]
|
||||
working-directory: examples
|
||||
run: ./bld download
|
||||
|
||||
- name: Download dependencies
|
||||
run: ./bld download
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue