Skip to content

Commit 9772c9a

Browse files
committed
fix: ajustando restore
1 parent a8cf94c commit 9772c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dotnet-version: '10.0.x'
2222

2323
- name: Restore
24-
run: dotnet restore --no-cache --project ./src/Usuarios.Api.slnx
24+
run: dotnet restore --no-cache
2525

2626
- name: Build
2727
run: dotnet build --configuration Release --no-restore --project ./src/Usuarios.Api.slnx

0 commit comments

Comments
 (0)