From 12612ce5e2ef87d46ae6bf08c5bcb99f4a1a9d69 Mon Sep 17 00:00:00 2001 From: ditzy Date: Fri, 9 Feb 2024 21:37:42 -0600 Subject: [PATCH] specify DalamudLibPath for ottergui --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7db0f96..ca6a6c8 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -31,7 +31,7 @@ jobs: run: dotnet restore -r win - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Release --no-restore /p:DalamudLibPath=$DALAMUD_HOME - name: Test run: dotnet test --configuration Release --no-build --verbosity normal