From 5596a11d686b22d4bfbfda14ad2cac1f157f4ba6 Mon Sep 17 00:00:00 2001 From: SergioMartin86 Date: Sun, 28 Apr 2024 12:36:22 +0200 Subject: [PATCH] Fixing CI --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index f6bc1eef1ee..03c52bcf6b5 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -61,7 +61,7 @@ jobs: path: waterbox - name: Giving execution permission to compiler working-directory: ./waterbox/sysroot - run: ls -laR + run: chmod u+x bin/* - name: Getting submodule(s) working-directory: ./waterbox/gpgx run: git submodule init Genesis-Plus-GX;