Skip to content

Commit abadb2f

Browse files
committed
CI: Install OCaml, Roc, and Stack (for Haskell)
1 parent ea70219 commit abadb2f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/run.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
- name: Set up Nushell
7070
run: brew install nushell
7171

72+
- name: Set up OCaml
73+
run: brew install ocaml
74+
7275
- name: Set up Osh
7376
run: brew install osh
7477

@@ -81,9 +84,17 @@ jobs:
8184
- name: Set up Racket
8285
run: brew install minimal-racket
8386

87+
- name: Set up Roc
88+
uses: hasnep/setup-roc@main
89+
8490
- name: Set up Scala
8591
run: brew install scala
8692

93+
- name: Set up Stack
94+
uses: haskell-actions/setup@v2
95+
with:
96+
enable-stack: true
97+
8798
- name: Set up Typst
8899
run: brew install typst
89100

0 commit comments

Comments
 (0)