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