Skip to content

Commit 5d4f37c

Browse files
Fix eager copy/pasting of -c
1 parent 0e46362 commit 5d4f37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-dotnet@v1
3131
with:
3232
dotnet-version: 5.0.x
33-
- run: dotnet restore ${{ env.Solution }} -c ${{ matrix.configuration }}
33+
- run: dotnet restore ${{ env.Solution }}
3434
- name: Build
3535
run: dotnet build ${{ env.Solution }} --no-restore -c ${{ matrix.configuration }}
3636
- name: Test

0 commit comments

Comments
 (0)