Skip to content

Commit

Permalink
Install GTK Sharp 2.0 before Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ItEndsWithTens committed Sep 20, 2021
1 parent 2d98ee9 commit ba6fa46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
vmImage: 'ubuntu-latest'

steps:
- task: Bash@3
displayName: "Install gtk-sharp2"
inputs:
script: 'sudo apt-get install gtk-sharp2'

- task: Bash@3
displayName: "Build"
inputs:
Expand Down

0 comments on commit ba6fa46

Please sign in to comment.