Skip to content

Commit 0a34f4f

Browse files
Update build-and-test.yml
1 parent da21407 commit 0a34f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
dotnet-version: 8.0.x
2424
- name: Restore dependencies
25-
run: dotnet restore --locked-mode
25+
run: dotnet restore
2626
- name: Build
2727
run: dotnet build --no-restore
2828
- name: Test

0 commit comments

Comments
 (0)