Download examples dependencies needed for testing

This commit is contained in:
Erik C. Thauvin 2023-10-30 13:19:08 -07:00
parent 8b8e51feee
commit 48f93f0d17

View file

@ -28,5 +28,12 @@ jobs:
- name: Download the dependencies
run: ./bld download
- name: Download the examples dependencies
run: |
cd examples
chmod +x bld
./bld download
cd ..
- name: Run tests with bld
run: ./bld compile test