Skip to content

Commit

Permalink
Not sure how dependencies work
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 8, 2024
1 parent 28b890d commit 8cecc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore /p:EnableWindowsTargeting=true
- name: Install dependencies
run: dotnet add package NeoLua --version 1.3.14
#- name: Install dependencies
# run: dotnet add package NeoLua --version 1.3.14
- name: Build
run: dotnet build --no-restore /p:EnableWindowsTargeting=true

Expand Down

0 comments on commit 8cecc7c

Please sign in to comment.