We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98b698 commit d862f52Copy full SHA for d862f52
.github/workflows/run.yaml
@@ -57,6 +57,12 @@ jobs:
57
- name: Set up Ngs
58
run: brew install ngs
59
60
+ - name: Set up Nickel
61
+ run: brew install nickel
62
+
63
+ - name: Set up Nix
64
+ uses: cachix/install-nix-action@v27
65
66
# - name: Set up Nim
67
# run: brew install nim
68
@@ -78,6 +84,9 @@ jobs:
78
84
- name: Set up Scala
79
85
run: brew install scala
80
86
87
+ - name: Set up Typst
88
+ run: brew install typst
89
81
90
- name: Set up V
82
91
run: brew install v
83
92
0 commit comments