From 154b4a0f6459499aac988bb1f9c262899c4567e5 Mon Sep 17 00:00:00 2001 From: Andrei Nicholson Date: Thu, 25 May 2023 21:34:34 -0400 Subject: [PATCH] No need for setting .NET SDK which is already installed --- .github/workflows/build.yml | 5 ----- .github/workflows/codeql.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1aee7b..0f142e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,11 +29,6 @@ jobs: - name: Clone repository uses: actions/checkout@v3 - - name: Setup .NET - uses: actions/setup-dotnet@v3.0.3 - with: - dotnet-version: 7.0.x - # Existing version number isn't expected to have a revision number. # Expecting "x.y.z" string. This will append ".build" to it. - name: Add build number to version string diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4331cbf..f86b641 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,11 +25,6 @@ jobs: - name: Clone repository uses: actions/checkout@v3 - - name: Setup .NET - uses: actions/setup-dotnet@v3.0.3 - with: - dotnet-version: 7.0.x - - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: