From 68a4f5940fda469ed8d6a6733ff2e7ca4f8ee7ac Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 16 Aug 2024 10:03:48 -0400 Subject: [PATCH] Readd necessary setup-dotnet to .deb build --- .github/workflows/ci-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f8414c188b..cd13a5c532 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1306,6 +1306,12 @@ jobs: sudo apt-get update sudo apt-get install -y dotnet-sdk-${{ env.TGS_DOTNET_VERSION }}.0 + - name: Setup dotnet + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '${{ env.TGS_DOTNET_VERSION }}.0.x' + dotnet-quality: ${{ env.TGS_DOTNET_QUALITY }} + - name: Override /usr/bin/dotnet run: | DOTNET_PATH=$(which dotnet)