Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 22, 2023
1 parent fd32409 commit 6d885bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buiild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d885bd

Please sign in to comment.