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