Skip to content

Commit

Permalink
Fix inline script in Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ItEndsWithTens committed Sep 20, 2021
1 parent ba6fa46 commit 450d015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 450d015

Please sign in to comment.