From cd87c468fe9d766653e11a7c5d97cb37c45a398f Mon Sep 17 00:00:00 2001 From: Tim Voronov Date: Tue, 28 Mar 2023 12:44:12 -0400 Subject: [PATCH] Updated build script --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af92c34d..293e9e7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,8 @@ jobs: - name: Set up Lab run: | curl https://raw.githubusercontent.com/MontFerret/lab/master/install.sh -o install.sh - LOCATION=$PWD sh install.sh + chmod +x install.sh + LOCATION=$PWD install.sh - name: Get dependencies run: make install