Skip to content

Commit

Permalink
Add it to dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 8, 2024
1 parent ff63856 commit 28b890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore /p:EnableWindowsTargeting=true
- name: Install dependencies
run: dotnet add package NeoLua --version 1.3.14
- name: Build
Expand Down

0 comments on commit 28b890d

Please sign in to comment.