-
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
[BUG] - Github Actions CI for Windows is broken #4614
Comments
The error can also manifest in this manner:
See https://github.com/input-output-hk/ouroboros-network/actions/runs/3387418765/jobs/5628140073 |
Checking how
The install directories are:
These are POSIX paths but don't really indicate where the files are on the Windows filesystem. After some searching I found that they live here:
From this I deduce that This means the files are installed to these locations.
|
Then I noticed this like in the "WIN: Setup Haskell" step:
See https://github.com/newhoggy/secp256k1-haskell/actions/runs/3385765285/jobs/5624303772 This shows that there another location where system libraries are installed on the
These are the directories that |
I tried solving the problem by telling
Using this method, the https://github.com/newhoggy/secp256k1-haskell/actions/runs/3385490495/jobs/5623693479 |
I tried an alternate way to fix the problem:
This failed in this manner:
And also this:
Which fails in this manner:
|
Internal/External
Internal if an IOHK staff member.
Area
CI
Summary
The Github Actions CI for Windows has stopped working
Steps to reproduce
Create a PR and observe the Windows CI is broken.
The error in the "Build" step is as follows:
Expected behavior
It should pass
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: