From 52797f8739920c2e8ade342bbc8363f9a6e52c8d Mon Sep 17 00:00:00 2001 From: ike709 Date: Sat, 8 Feb 2025 11:07:02 -0600 Subject: [PATCH] Pretend to be 516 for Nebula compilation --- .github/workflows/compiler-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compiler-test.yml b/.github/workflows/compiler-test.yml index 9d44fc0634..888e3ad638 100644 --- a/.github/workflows/compiler-test.yml +++ b/.github/workflows/compiler-test.yml @@ -68,14 +68,14 @@ jobs: path: para - name: Compile Paradise Master run: main\bin\DMCompiler\DMCompiler.exe para\paradise.dme --suppress-unimplemented - - name: Checkout Nebula Dev + - name: Checkout Dev uses: actions/checkout@v2 with: repository: NebulaSS13/Nebula ref: dev path: nebula - name: Compile Nebula Dev - run: main\bin\DMCompiler\DMCompiler.exe nebula\nebula.dme --suppress-unimplemented + run: main\bin\DMCompiler\DMCompiler.exe nebula\nebula.dme --suppress-unimplemented --version=516.1655 - name: Checkout /vg/station Master uses: actions/checkout@v2 with: