Skip to content

Commit 1c0bf75

Browse files
committed
Still trying to fix the CI/CD
1 parent 4d4324a commit 1c0bf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: setup-msbuild
2121
uses: microsoft/[email protected]
2222
- name: Restore dependencies
23-
run: dotnet restore
23+
run: dotnet restore launcher-csharp.sln
2424
- name: Build
2525
run: dotnet build launcher-csharp.sln --no-restore
2626
- name: Test

0 commit comments

Comments
 (0)