Skip to content

Commit f72395d

Browse files
committed
Y U NO BEHAVE, NuGet?
1 parent bf8cfcc commit f72395d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: 'composite'
1212
steps:
13-
- run: nuget install Grasshopper -OutputDirectory ./lib
13+
- run: nuget install Grasshopper -OutputDirectory ./lib -source https://api.nuget.org/v3/index.json
1414
shell: pwsh
1515
- run: ipy ${{ github.action_path }}/componentize.py ${{ inputs.source }} ${{ inputs.target }} --ghio ./lib
1616
shell: pwsh

0 commit comments

Comments
 (0)