From dd84130b00f01bc588812cee32cc8c11c717c1b9 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 2 Mar 2024 12:20:53 +0100 Subject: [PATCH] build: imagine asking chat gpt for help --- .gitea/workflows/link-linux.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/link-linux.yml b/.gitea/workflows/link-linux.yml index 6a00bc6..7e2aed7 100644 --- a/.gitea/workflows/link-linux.yml +++ b/.gitea/workflows/link-linux.yml @@ -19,6 +19,14 @@ jobs: with: version: "0.8.3" + - name: Add executable permissions + run: | + chmod +x ./.OAT/Linker + + - name: Debug + run: + ls -a ./.OAT + - name: Create code_post_gfx_mp run: | Linker -v -l "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp