Skip to content

Commit

Permalink
specify DalamudLibPath for ottergui
Browse files Browse the repository at this point in the history
  • Loading branch information
dit-zy authored Feb 10, 2024
1 parent 79fbc3c commit 12612ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12612ce

Please sign in to comment.