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 5b558c9 commit 665a63cCopy full SHA for 665a63c
.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