Update .gitea/workflows/link-linux.yml
Some checks failed
link / Link on Linux (push) Failing after 33s
Some checks failed
link / Link on Linux (push) Failing after 33s
This commit is contained in:
parent
394748b335
commit
098132ca97
@ -19,18 +19,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: "0.8.3"
|
version: "0.8.3"
|
||||||
|
|
||||||
- name: Add executable permissions
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./.OAT/Linker
|
apt update
|
||||||
|
apt install gcc g++ gcc-multilib g++-multilib -y
|
||||||
- name: Debug
|
|
||||||
run:
|
|
||||||
ls -a ./.OAT
|
|
||||||
|
|
||||||
- name: Create code_post_gfx_mp
|
- name: Create code_post_gfx_mp
|
||||||
run: |
|
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
|
- name: Create localized_ui_mp
|
||||||
run: |
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user