Skip to content

Commit

Permalink
fix(latex): npm cache permission (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
megakite authored Oct 29, 2023
1 parent 90465ca commit 6a6fac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
inkscape
libxml2
pre_compile: |
umask 0 && npm config set cache /tmp/.npm
wget -q -O notosans.zip "https://noto-website-2.storage.googleapis.com/pkgs/NotoSans-hinted.zip"
wget -q -O notoserif.zip "https://noto-website-2.storage.googleapis.com/pkgs/NotoSerif-hinted.zip"
wget -q -O notoserifcjk.zip "https://noto-website-2.storage.googleapis.com/pkgs/NotoSerifCJKsc-hinted.zip"
Expand Down

0 comments on commit 6a6fac0

Please sign in to comment.