build: I let the AI do this one
Some checks failed
link / Link assets on Linux (push) Failing after 42s

This commit is contained in:
6arelyFuture 2024-03-25 22:47:48 +01:00
parent 50b3049c93
commit 87cdfc6f60

View File

@ -28,4 +28,4 @@ jobs:
- name: Link assets
run: |
docker run --rm -v $PWD:/workdir ubuntu:noble Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp
docker run --rm -v $PWD:/workdir ubuntu:noble /bin/bash -c "cd /workdir && cd .oat && ./Linker -v --load \"deps/iw5-zones/zone/english/code_post_gfx_mp.ff\" --menu-permissive --menu-no-optimization code_post_gfx_mp"