We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea70219 commit abadb2fCopy full SHA for abadb2f
.github/workflows/run.yaml
@@ -69,6 +69,9 @@ jobs:
69
- name: Set up Nushell
70
run: brew install nushell
71
72
+ - name: Set up OCaml
73
+ run: brew install ocaml
74
+
75
- name: Set up Osh
76
run: brew install osh
77
@@ -81,9 +84,17 @@ jobs:
81
84
- name: Set up Racket
82
85
run: brew install minimal-racket
83
86
87
+ - name: Set up Roc
88
+ uses: hasnep/setup-roc@main
89
90
- name: Set up Scala
91
run: brew install scala
92
93
+ - name: Set up Stack
94
+ uses: haskell-actions/setup@v2
95
+ with:
96
+ enable-stack: true
97
98
- name: Set up Typst
99
run: brew install typst
100
0 commit comments