Skip to content

Commit

Permalink
CI: Install OCaml, Roc, and Stack (for Haskell)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 13, 2024
1 parent ea70219 commit abadb2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Set up Nushell
run: brew install nushell

- name: Set up OCaml
run: brew install ocaml

- name: Set up Osh
run: brew install osh

Expand All @@ -81,9 +84,17 @@ jobs:
- name: Set up Racket
run: brew install minimal-racket

- name: Set up Roc
uses: hasnep/setup-roc@main

- name: Set up Scala
run: brew install scala

- name: Set up Stack
uses: haskell-actions/setup@v2
with:
enable-stack: true

- name: Set up Typst
run: brew install typst

Expand Down

0 comments on commit abadb2f

Please sign in to comment.