From: Brendan Hansen Date: Tue, 5 Jan 2021 02:17:59 +0000 (-0600) Subject: fix onyx-build.yml X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=a59836781ffbee0e4166f7cdf7df4287db6cf134;p=onyx.git fix onyx-build.yml --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 9f35b692..cfd52d65 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: make build.sh executable + run: chmod +x build.sh - name: build onyx run: ./build.sh - name: run tests