Skip to content

Commit 4147bc3

Browse files
committed
try this, see if it breaks anything
1 parent d7421b7 commit 4147bc3

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: nuget restore ${{ inputs.solution-file-path }} -Verbosity detailed
72+
run: dotnet restore ${{ inputs.solution-file-path }} -Verbosity detailed
7373

7474
- name: Build Mod Solution
7575
shell: bash

0 commit comments

Comments
 (0)