From dfac8678eae8d6d221a4627e7ec90b62191b7554 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 8 Jan 2022 17:45:56 -0800 Subject: [PATCH] add hyphenate install to quad action (#2) --- .github/workflows/quad.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quad.yml b/.github/workflows/quad.yml index 9017f926..437e32a9 100644 --- a/.github/workflows/quad.yml +++ b/.github/workflows/quad.yml @@ -35,6 +35,9 @@ jobs: - name: install xenomorph run: raco pkg install --deps search-auto https://github.com/mbutterick/typesetting.git?path=xenomorph#main + - name: install hyphenate + run: raco pkg install --deps search-auto https://github.com/mbutterick/typesetting.git?path=hyphenate#main + - name: install fontland run: raco pkg install --deps search-auto https://github.com/mbutterick/typesetting.git?path=fontland#main