Skip to content

Commit

Permalink
Try using newer closure-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 30, 2023
1 parent 3ae4558 commit f14a44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libipc-run-perl libtemplate-perl graphviz closure-compiler pngcrush python3-pygments
npm i -g google-closure-compiler
perl -pi -e 's/closure-compiler/google-closure-compiler/;s/ADVANCED_OPTIMIZATIONS/ADVANCED/' snowball-website/generate
- name: Build snowball
run: |
Expand Down

0 comments on commit f14a44d

Please sign in to comment.