diff --git a/.github/workflows/buiild.yml b/.github/workflows/buiild.yml index 826f5bb..4e9c483 100644 --- a/.github/workflows/buiild.yml +++ b/.github/workflows/buiild.yml @@ -57,4 +57,8 @@ jobs: ARCH: ${{ matrix.architecture }} PLATFORM: ${{ matrix.platform }} CACHE: ${{ env.CACHE }} - run: tests/_test_support_build.sh + run: | + # ioc folder is found in the super module usually so for testing + # on github we need to copy it above the root of the repo + cp -r ioc .. + tests/_test_support_build.sh