Skip to content

Commit 6513753

Browse files
committed
opam from apt
1 parent e08b31b commit 6513753

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
with:
2323
repository: rescript-lang/rescript-compiler
2424

25+
# Required for buildjet runner
2526
- run: sudo apt update
2627

27-
- name: Setup OCaml
28-
uses: ocaml/[email protected]
29-
with:
30-
ocaml-compiler: 5.2.0
31-
allow-prerelease-opam: true
32-
opam-pin: false
28+
- run: sudo apt install -y --no-install-recommends opam musl-tools
29+
30+
- run: opam --version
31+
32+
- run: opam init -y --compiler=5.2.0 --disable-sandboxing
3333

3434
- run: opam install . --deps-only
3535

0 commit comments

Comments
 (0)