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 e08b31b commit a71015cCopy full SHA for a71015c
.github/workflows/ci.yml
@@ -22,14 +22,15 @@ jobs:
22
with:
23
repository: rescript-lang/rescript-compiler
24
25
- - run: sudo apt update
26
-
27
- - name: Setup OCaml
28
- uses: ocaml/[email protected]
+ - name: Install dependencies (Linux)
+ uses: awalsh128/[email protected]
29
30
- ocaml-compiler: 5.2.0
31
- allow-prerelease-opam: true
32
- opam-pin: false
+ packages: opam musl-tools
+ version: v1
+
+ - run: opam --version
33
+ - run: opam init -y --compiler=5.2.0 --disable-sandboxing
34
35
- run: opam install . --deps-only
36
0 commit comments