diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 9cab7602b9..1e33654d09 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -649,6 +649,11 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && contains(github.event.head_commit.message, '[NugetDeploy]') steps: + - name: Setup dotnet + uses: actions/setup-dotnet@v1 + with: + dotnet-version: ${{ env.TGS4_DOTNET_VERSION }} + - name: Checkout uses: actions/checkout@v1