[ci] Revert happy install workaround (#1174)

CI builds are failing with linker errors trying to install happy. This
workaround no longer appears to be needed.

Remove the manual install step.
This commit is contained in:
Christopher Warrington 2022-11-29 21:34:46 -08:00 коммит произвёл GitHub
Родитель e02fd28ee3
Коммит 39d23f7c8b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -117,10 +117,6 @@
choco install haskell-stack -y
# temp workaround: install ghc for happy install
choco install ghc --version 8.0.1 -y
choco install dotnetcore-sdk -y
# choco install updated the path, so re-read them from the registry and reset $env:path
@ -131,12 +127,6 @@
$env:Path = "$machinePath;$userPath"
# temp workaround: run cabal update and install happy
cabal update
cabal install happy-1.19.5
if ($env:BOND_BUILD -eq "Doc") {
choco install pandoc --version 1.19.2 -y