Update .gitea/workflows/link-linux.yml
Some checks failed
link / Link on Linux (push) Failing after 33s

This commit is contained in:
6arelyFuture 2024-03-03 09:19:36 +00:00
parent 394748b335
commit 098132ca97

View File

@ -19,18 +19,15 @@ jobs:
with:
version: "0.8.3"
- name: Add executable permissions
- name: Install deps
run: |
chmod +x ./.OAT/Linker
- name: Debug
run:
ls -a ./.OAT
apt update
apt install gcc g++ gcc-multilib g++-multilib -y
- name: Create code_post_gfx_mp
run: |
./.OAT/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
- name: Create localized_ui_mp
run: |
./.OAT/Linker -v -l "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp
Linker -v -l "./deps/iw5-zones/zone/english/localized_ui_mp.ff" localized_ui_mp