-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Windows Github Actions Workflow for building Haskell #4513
Conversation
41914e6
to
23cb559
Compare
69d8fa7
to
d8a64ea
Compare
bors r+ |
4513: Fix Windows Github Actions Workflow for building Haskell r=newhoggy a=newhoggy Inspired by IntersectMBO/ouroboros-network#4059 Thanks `@amesgen` ! Co-authored-by: John Ky <john.ky@iohk.io>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Waiting on code owner review from Jimbo4350.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors r+ |
Build succeeded: |
This really should be a shared action in input-output-hk/devx that all IOG project can The fact that we replicate the same logic across multiple projects is not good. It means each project can fail in its own very unique ways and we need to maintain the same code across multiple projects multiple times. |
4612: Cardano Node 1.35.6 aka Single Relay P2P release r=coot a=coot Update `ouroboros-network-0.2.0.0`. This also cherry-picked CI commits: * e745ca8 from #4184 * #4513 * #4526 * #4590 Co-authored-by: Michael Peyton Jones <michael.peyton-jones@iohk.io> Co-authored-by: Marcin Szamotulski <coot@coot.me>
Inspired by IntersectMBO/ouroboros-network#4059
Thanks @amesgen !