Skip to content

Commit

Permalink
Merge #4184
Browse files Browse the repository at this point in the history
4184: Rework Windows CI to use MSYS2 r=Jasagredo a=Jasagredo

Windows Github Actions is at the moment a mixture of several different solutions, namely:
- hydra artifacts
- chocolatey
- vcpkg
- pkgconfig-lite
- manual intervention to find headers
- installing OpenSSL

This PR unifies the Windows Github actions approach into using MSYS2 and installing everything in a standardized way.

Also, the different `cabal.project.local.$RUNNER` files are no longer required.

Co-authored-by: Javier Sagredo <jasataco@gmail.com>
  • Loading branch information
iohk-bors[bot] and jasagredo committed Jul 19, 2022
2 parents 68e4cde + 8e229c7 commit c33c06f
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 260 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cabal.project.local.Linux

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions .github/workflows/cabal.project.local.macOS

This file was deleted.

Loading

0 comments on commit c33c06f

Please sign in to comment.