-
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
Windows builds #1884
Windows builds #1884
Conversation
59c43a2
to
db91b0c
Compare
e4af9f2
to
528a5be
Compare
- uses: actions/checkout@v1 | ||
|
||
- name: Install pkgconfiglite | ||
if: matrix.os == 'windows-latest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ach, that's the trick to run a step on a given platform, I was missing it somewhere else :)
.github/workflows/haskell.yml
Outdated
run: cabal update | ||
|
||
- name: Select build directory | ||
run: echo "::set-env name=CABAL_BUILDDIR::dist" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this pick the current directory? On windows I had problems with length of paths names, so I always build somewhere very close to the root, e.g. C://d
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far this has been working. Shortening the dist-newstyle
to dist
was just enough to squeeze in under the path name limit.
4816378
to
0d53ec0
Compare
01a605d
to
51d7747
Compare
51d7747
to
f683c1b
Compare
No description provided.