Skip to content

Commit

Permalink
(build) Remove AutoHotKey Install from AppVeyor
Browse files Browse the repository at this point in the history
The dependencies introduced by AutoHotKey v1 were causing some builds to fail without good cause, e.g. when it was upgraded.

Removing it shouldn't increase build times _too_ much, but allow some builds to succeed.
  • Loading branch information
JPRuskin committed Oct 15, 2024
1 parent e2a95e8 commit 2548a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ install:
'chocolatey' = $chocoVersion
'wormies-au-helpers' = '0.4.1'
'chocolatey-core.extension' = '1.4.0'
'autohotkey.install' = '1.1.35.00'
'chocolatey-community-validation.extension' = '0.1.0'
}.GetEnumerator() | % {
if (!(Test-Path "${env:nupkg_cache_path}\$($_.Key).$($_.Value).nupkg")) { rm "${env:nupkg_cache_path}\$($_.Key).*.nupkg" ; Invoke-WebRequest "https://chocolatey.org/api/v2/package/$($_.Key)/$($_.Value)" -OutFile "${env:nupkg_cache_path}\$($_.Key).$($_.Value).nupkg" }
Expand Down

0 comments on commit 2548a1a

Please sign in to comment.