build: I test AI shit now
Some checks failed
link / Link assets on Linux (push) Failing after 42s

This commit is contained in:
6arelyFuture 2024-03-25 22:49:16 +01:00
parent 87cdfc6f60
commit 270d69b6f3

View File

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