mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Workaround for https://github.com/github/vscode-github-actions/issues/222
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user