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 354f3c0 commit 159a704Copy full SHA for 159a704
.github/workflows/build.yml
@@ -44,6 +44,8 @@ jobs:
44
if: runner.os == 'macOS'
45
run: brew update && brew reinstall openssl@3
46
47
+ - run: opam pin add -n eliom https://github.com/ocsigen/eliom.git
48
+
49
- run: opam install . --deps-only
50
51
- run: opam exec -- make
0 commit comments