Skip to content

Commit a71015c

Browse files
committed
opam from apt
1 parent e08b31b commit a71015c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ci.yml

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

25-
- run: sudo apt update
26-
27-
- name: Setup OCaml
28-
uses: ocaml/[email protected]
25+
- name: Install dependencies (Linux)
26+
uses: awalsh128/[email protected]
2927
with:
30-
ocaml-compiler: 5.2.0
31-
allow-prerelease-opam: true
32-
opam-pin: false
28+
packages: opam musl-tools
29+
version: v1
30+
31+
- run: opam --version
32+
33+
- run: opam init -y --compiler=5.2.0 --disable-sandboxing
3334

3435
- run: opam install . --deps-only
3536

0 commit comments

Comments
 (0)