mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Github actions: trying to fix automated build and scan
This commit is contained in:
parent
b9a43995bb
commit
1ca6f9b4ee
3
.github/workflows/dotnet-core.yml
vendored
3
.github/workflows/dotnet-core.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
|||||||
dotnet-version: 5.0.100
|
dotnet-version: 5.0.100
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
- name: Nuget Restore
|
||||||
|
- uses: nuget/setup-nuget@v1
|
||||||
|
- run: nuget restore API.csproj
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user