Skip to content

Commit 2778355

Browse files
committed
try dotnet nuget restore
1 parent a81f670 commit 2778355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
- name: Restore Mod Solution
7070
shell: bash
7171
working-directory: ${{ inputs.working-directory }}
72-
run: dotnet restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:diagnostic' }}
72+
run: dotnet nuget restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:diagnostic' }}
7373

7474
- name: Build Mod Solution
7575
shell: bash

0 commit comments

Comments
 (0)