This commit is contained in:
Jordan Dominion
2023-08-25 10:43:23 -04:00
parent ff9753fa53
commit 40a0f9f824
+1 -1
View File
@@ -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