build: maybe now?
Some checks failed
link / Link assets on Linux (push) Failing after 42s

This commit is contained in:
6arelyFuture 2024-03-25 23:13:14 +01:00
parent 11b3b3f9d7
commit ddc87eaea1

View File

@ -16,16 +16,16 @@ jobs:
# NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false
- name: Install Docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Setup OAT
uses: diamante0018/setup-oat@main
with:
version: "0.10.0"
- name: Link assets
uses: addnab/docker-run-action@v3
with:
image: gcc:13
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
./.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 --workdir /workdir ubuntu:noble ./.OAT/Linker -v --load "deps/iw5-zones/zone/english/code_post_gfx_mp.ff" --menu-permissive --menu-no-optimization code_post_gfx_mp