From 8738d16bfd25001452bd4bddb0aac527431b4056 Mon Sep 17 00:00:00 2001 From: Amy <3855802+amylizzle@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:19:57 +0000 Subject: [PATCH] Update compiler-test.yml --- .github/workflows/compiler-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compiler-test.yml b/.github/workflows/compiler-test.yml index 67138a2a95..b779c54106 100644 --- a/.github/workflows/compiler-test.yml +++ b/.github/workflows/compiler-test.yml @@ -39,7 +39,7 @@ jobs: - name: Compile TestGame in directory run: | cd main\TestGame\ - main\bin\DMCompiler\DMCompiler.exe environment.dme --suppress-unimplemented + ..\bin\DMCompiler\DMCompiler.exe environment.dme --suppress-unimplemented - name: Checkout /tg/station Master uses: actions/checkout@v2 with: