-
Notifications
You must be signed in to change notification settings - Fork 27
Add Windows executable builds to the CI workflow. #221
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
base: main
Are you sure you want to change the base?
Changes from all commits
716b9e0
fb1dd7f
155a79c
0028f01
0c7faa4
6a0e50d
226ef3f
bee2215
22faaad
67ec52c
cb093ac
aed85ed
f40b490
7a7bf33
b1f52bf
dd78b12
f01e576
02d6010
0a2b1eb
9e4192a
d12df1e
5e2ccf2
d9734d6
9393f67
94b3fb8
e11736f
98303a0
e9cc780
61bbca2
a5fd3a9
7f1d3a6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,6 @@ | |
| bos | ||
| lwt | ||
| (inotify (= :os "linux")) | ||
| (cf-lwt (>="0.4")) | ||
| astring | ||
| fmt | ||
| logs | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,6 @@ depends: [ | |
| "bos" | ||
| "lwt" | ||
| "inotify" {os = "linux"} | ||
| "cf-lwt" {>= "0.4"} | ||
| "astring" | ||
| "fmt" | ||
| "logs" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
This change has now been merged upstream, and this change to use a different version of the repository can be removed.