mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-24 08:32:29 -04:00
Switched to global tooling for swashbuckle.
This commit is contained in:
@@ -28,7 +28,9 @@ jobs:
|
||||
${{ runner.os }}-nuget-
|
||||
|
||||
- name: Install Swashbuckle CLI
|
||||
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
|
||||
run: |
|
||||
dotnet new tool-manifest --force
|
||||
dotnet tool install Swashbuckle.AspNetCore.Cli
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
||||
@@ -109,7 +109,9 @@ jobs:
|
||||
${{ runner.os }}-nuget-
|
||||
|
||||
- name: Install Swashbuckle CLI
|
||||
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
|
||||
run: |
|
||||
dotnet new tool-manifest --force
|
||||
dotnet tool install Swashbuckle.AspNetCore.Cli
|
||||
|
||||
- run: ./monorepo-build.sh
|
||||
|
||||
|
||||
@@ -133,7 +133,9 @@ jobs:
|
||||
${{ runner.os }}-nuget-
|
||||
|
||||
- name: Install Swashbuckle CLI
|
||||
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
|
||||
run: |
|
||||
dotnet new tool-manifest --force
|
||||
dotnet tool install Swashbuckle.AspNetCore.Cli
|
||||
|
||||
- run: ./monorepo-build.sh
|
||||
|
||||
|
||||
@@ -97,7 +97,9 @@ jobs:
|
||||
${{ runner.os }}-nuget-
|
||||
|
||||
- name: Install Swashbuckle CLI
|
||||
run: dotnet tool install -g Swashbuckle.AspNetCore.Cli
|
||||
run: |
|
||||
dotnet new tool-manifest --force
|
||||
dotnet tool install Swashbuckle.AspNetCore.Cli
|
||||
|
||||
- run: ./monorepo-build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user