File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,10 @@ jobs:
2929 uses : actions/setup-dotnet@v3
3030 with :
3131 dotnet-version : ' 3.1.x'
32- - name : Install Mono
33- if : steps.gitleaks.outcome != 'success'
34- run : sudo apt-get update && sudo apt-get install -y mono-complete
3532 - name : Install the report tool packages
3633 if : steps.gitleaks.outcome != 'success'
3734 run : |
38- nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
35+ mono $(which nuget) nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3936 dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
4037 dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
4138 exit 1
You can’t perform that action at this time.
0 commit comments