Skip to content

Commit 1630774

Browse files
Update main.yml
1 parent beb66b6 commit 1630774

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
with:
2323
dotnet-version: '8.0.x'
2424

25-
# Restore dependencies
26-
- name: Restore dependencies
27-
run: dotnet restore
28-
25+
2926
# Build project
3027
- name: Build
3128
run: dotnet build --no-restore --configuration Release

0 commit comments

Comments
 (0)