Compare commits

..

No commits in common. "f9f511ebf45ed374851aebc939379f613435c202" and "ddc87eaea1aac1f836d7a7195d9037b74572dfd0" have entirely different histories.

2 changed files with 12 additions and 10 deletions

View File

@ -16,11 +16,16 @@ 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: Test Docker - name: Install Docker
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: | run: |
cd ${{ github.workspace }} curl -fsSL https://get.docker.com -o get-docker.sh
./test.sh sh get-docker.sh
- name: Setup OAT
uses: diamante0018/setup-oat@main
with:
version: "0.10.0"
- name: Link assets
run: |
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

View File

@ -1,3 +0,0 @@
#!/bin/bash
echo "hello"