build: imagine asking chat gpt for help
Some checks failed
link / Link on Linux (push) Failing after 10s

This commit is contained in:
6arelyFuture 2024-03-02 12:20:53 +01:00
parent 6abcae1023
commit dd84130b00

View File

@ -19,6 +19,14 @@ jobs:
with: with:
version: "0.8.3" 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 - name: Create code_post_gfx_mp
run: | run: |
Linker -v -l "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp Linker -v -l "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" code_post_gfx_mp