Skip to content

Commit

Permalink
Add enableWindowsTargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 8, 2024
1 parent 9fa669e commit ff63856
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 @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: dotnet add package NeoLua --version 1.3.14
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore /p:EnableWindowsTargeting=true

test-ee:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff63856

Please sign in to comment.