Skip to content

Commit

Permalink
[ci] Stop installing GTK
Browse files Browse the repository at this point in the history
This doesn't seem to be needed anymore
  • Loading branch information
emaf committed Nov 8, 2022
1 parent 52dce31 commit a089e5a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions automation/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
gci env: | format-table -autosize -wrap
displayName: 'Dump Environment'
- powershell: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install gtksharp -y
displayName: 'Install GTK#'
- ${{ if eq(parameters.EnableCodeSign, true) }}:
- powershell: |
$branch = '$(Build.SourceBranch)'
Expand Down

0 comments on commit a089e5a

Please sign in to comment.