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 c443368 commit 69b9a97Copy full SHA for 69b9a97
.devcontainer/postCreate.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# Install dev dependencies from OPAM
4
-opam init -y --bare --disable-sandboxing git+https://github.com/rescript-lang/opam-repository
+opam init -y --bare --disable-sandboxing
5
opam switch create 5.2.0 --packages ocaml-option-static
6
opam install . --deps-only -y
7
0 commit comments