diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 2b0ba38..ea666f4 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -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