build: more docker tests
Some checks failed
link / Link assets on Linux (push) Has been cancelled

This commit is contained in:
6arelyFuture 2024-03-26 18:49:09 +01:00
parent 5f43ad0f65
commit 2eb9b7a5f5
2 changed files with 5 additions and 1 deletions

View File

@ -42,4 +42,4 @@ ls
cd iw5-zones cd iw5-zones
ls ls
Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp Linker -v --load "./deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp

View File

@ -19,6 +19,10 @@ jobs:
# NOTE - If LFS ever starts getting used for storing zones, switch this to true! # NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false lfs: false
- name: Make sure we have the deps
run: |
git submodule update --init --recursive
- name: Link assets - name: Link assets
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with: