Skip to content

Commit 98723d8

Browse files
committed
opam from apt
1 parent e08b31b commit 98723d8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,18 @@ 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]
28+
- name: Install dependencies (Linux)
29+
uses: awalsh128/[email protected]
2930
with:
30-
ocaml-compiler: 5.2.0
31-
allow-prerelease-opam: true
32-
opam-pin: false
31+
packages: opam musl-tools
32+
version: v1
33+
34+
- run: opam --version
35+
36+
- run: opam init -y --compiler=5.2.0 --disable-sandboxing
3337

3438
- run: opam install . --deps-only
3539

0 commit comments

Comments
 (0)