Skip to content

Commit

Permalink
switch to dotnet instead of nuget after switching to new proj style
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrof committed Dec 23, 2023
1 parent af6effd commit b28ba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# run: dotnet restore
- name: Add Packages
run: |
nuget install EDSEditorGUI/packages.config -OutputDirectory packages
dotnet restore
# nuget install Tests/packages.config -OutputDirectory packages
- name: Build
# run: make all # builds the Debug configuration
Expand Down

0 comments on commit b28ba4a

Please sign in to comment.