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