remove dotnet setup from CI
This commit is contained in:
@@ -19,11 +19,6 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET 9
|
|
||||||
uses: actions/setup-dotnet@v4
|
|
||||||
with:
|
|
||||||
dotnet-version: '9.0.x'
|
|
||||||
|
|
||||||
- name: Verify .NET installation
|
- name: Verify .NET installation
|
||||||
run: dotnet --version
|
run: dotnet --version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user