From 40a0f9f82412344a37ae045d313158cab7b8d288 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 25 Aug 2023 10:43:23 -0400 Subject: [PATCH] Workaround for https://github.com/github/vscode-github-actions/issues/222 --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index c2ff26e588..7608381367 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -986,7 +986,7 @@ jobs: rm private.pgp - name: Install dotnet-sdk system package - if: "!contains(env.TGS_DOTNET_QUALITY, 'preview')" + if: (!contains(env.TGS_DOTNET_QUALITY, 'preview')) run: | sudo apt-get update sudo apt-get install -y dotnet-sdk-${{ env.TGS_DOTNET_VERSION }}.0