From: Brendan Hansen Date: Fri, 10 Dec 2021 19:14:05 +0000 (-0600) Subject: fixed onyx build X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=ebe834eb5d5d898e8eb363755b59b203253e7e20;p=onyx.git fixed onyx build --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 336bc14f..657cf54c 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: make build.sh executable run: chmod +x build.sh + - name: make runtime build.sh executable + run: chmod +x modules/onyx_runtime/build.sh - name: make build directory run: mkdir -p build - name: build onyx