We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fde25 commit 6c27dd0Copy full SHA for 6c27dd0
.github/workflows/main.yml
@@ -74,5 +74,5 @@ jobs:
74
opam var
75
76
- run: opam install -vv . -y --deps-only
77
- - run: opam reinstall conf-libffi -y
+ - run: D:\opamroot\.cygwin\setup-x86_64.exe "--root" "D:\\opamroot\\.cygwin\\root" "--quiet-mode" "noinput" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-libffi" "--symlink-type" "native" "--upgrade-also" "--only-site" "--site" "https://cygwin.mirror.constant.com/" "--local-package-dir" "D:\\opamroot\\.cygwin\\cache"
78
- run: opam install -vv . -y
0 commit comments