commit 70e4daf04d5d944df6c0e5ab9dc68f1cf9f3395d
parent 63626893ba0c26978f292e8d6176c61564e57543
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Mon, 12 Jul 2021 00:29:44 +0100
Install nvm manually because it's still not officially packaged by Ubuntu.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -121,6 +121,8 @@ jobs:
find doc -name '*.html' -type f -print0 | xargs -0 ls -ld
- name: Render MathJax offline
run: |
+ curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
+ nvm install node
nvm install v8.1 # works with v8.1.4
npm install mathjax-node
patch -p1 < qaligned.patch