Skip to content

Commit

Permalink
Update dotnet-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 28, 2024
1 parent 11c4874 commit 9757522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

# Stride.CommunityToolkit.Windows
- name: Restore dependencies - Stride.CommunityToolkit.Windows
run: dotnet restore ${{ env.PROJECT_PATH_WINDOWS }}
run: dotnet restore ${{ env.PROJECT_PATH_WINDOWS }} --runtime win-x64

- name: Build
run: dotnet build ${{ env.PROJECT_PATH_WINDOWS }} --no-restore
Expand Down

0 comments on commit 9757522

Please sign in to comment.