Skip to content

Commit d862f52

Browse files
committed
CI: Install Nickel, Nix, and Typst
1 parent e98b698 commit d862f52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .github/workflows/run.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
- name: Set up Ngs
5858
run: brew install ngs
5959

60+
- name: Set up Nickel
61+
run: brew install nickel
62+
63+
- name: Set up Nix
64+
uses: cachix/install-nix-action@v27
65+
6066
# - name: Set up Nim
6167
# run: brew install nim
6268

@@ -78,6 +84,9 @@ jobs:
7884
- name: Set up Scala
7985
run: brew install scala
8086

87+
- name: Set up Typst
88+
run: brew install typst
89+
8190
- name: Set up V
8291
run: brew install v
8392

0 commit comments

Comments
 (0)