From 261f5d07cc73ac2ab043676a145225cb98039621 Mon Sep 17 00:00:00 2001 From: Levente Papp <54154570+aklakina@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:02:41 +0100 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index f15a92a..f3e0366 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -25,6 +25,9 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 + - name: add permissions + run: chmod u+rwx -r * + - name: Create the build directory with the test sources run: ./build.sh