Download dependency for the examples in project workflow as needed for testing

This commit is contained in:
Erik C. Thauvin 2025-03-23 03:39:19 -07:00
parent 96b8139b97
commit e32ebf19d6
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -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