mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
fix build: remove wrong sdk version
This commit is contained in:
parent
c5400fc937
commit
74a0f266b7
3
.github/workflows/cicd.yaml
vendored
3
.github/workflows/cicd.yaml
vendored
@ -10,9 +10,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: actions/setup-dotnet@v1
|
|
||||||
with:
|
|
||||||
dotnet-version: "4.8.1"
|
|
||||||
- uses: actions/setup-dotnet@v1
|
- uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: "5.x"
|
dotnet-version: "5.x"
|
||||||
|
Loading…
Reference in New Issue
Block a user