Skip to content

Commit d08762e

Browse files
authored
compile action: go back to nuget restore instead of dotnet restore
1 parent 2135acc commit d08762e

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
@@ -68,7 +68,7 @@ runs:
6868
- name: Restore Mod Solution
6969
shell: bash
7070
working-directory: ${{ github.workspace }}
71-
run: dotnet restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:detailed' }}
71+
run: nuget restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:detailed' }}
7272

7373
- name: Build Mod Solution
7474
shell: bash

0 commit comments

Comments
 (0)