build: go back to this method?
Some checks failed
link / Link assets on Linux (push) Failing after 10s
Some checks failed
link / Link assets on Linux (push) Failing after 10s
This commit is contained in:
parent
f38a566009
commit
68b1297f46
@ -16,16 +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: Install Docker
|
|
||||||
run: |
|
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
|
||||||
sh get-docker.sh
|
|
||||||
|
|
||||||
- name: Setup OAT
|
- name: Setup OAT
|
||||||
uses: diamante0018/setup-oat@main
|
uses: diamante0018/setup-oat@main
|
||||||
with:
|
with:
|
||||||
version: "0.10.0"
|
version: "0.10.0"
|
||||||
|
|
||||||
- name: Link assets
|
- name: Link assets
|
||||||
run: |
|
uses: addnab/docker-run-action@v3
|
||||||
docker run --rm -v $PWD:/workdir --workdir /workdir ubuntu:noble /bin/bash -c "ls"
|
with:
|
||||||
|
image: ubuntu:noble
|
||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user