From 6d885bdc8f28e344b8d76fb370f3501e40b81c05 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Fri, 22 Sep 2023 13:38:05 +0100 Subject: [PATCH] fix CI --- .github/workflows/buiild.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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