From 450d015a78248635d49ff2c2d781a25d313457ac Mon Sep 17 00:00:00 2001 From: Rob Martens Date: Mon, 20 Sep 2021 19:15:37 -0400 Subject: [PATCH] Fix inline script in Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 030ed42..a17a9e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,7 @@ jobs: - task: Bash@3 displayName: "Install gtk-sharp2" inputs: + targetType: inline script: 'sudo apt-get install gtk-sharp2' - task: Bash@3