From ebe834eb5d5d898e8eb363755b59b203253e7e20 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 10 Dec 2021 13:14:05 -0600 Subject: [PATCH] fixed onyx build --- .github/workflows/onyx-build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1