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 d5aa63b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libipc-run-perl libtemplate-perl graphviz closure-compiler pngcrush python3-pygments
sudo apt-get install libipc-run-perl libtemplate-perl graphviz pngcrush python3-pygments
npm i -g google-closure-compiler
perl -pi -e '/--accept_const_keyword/ and $_="";s/closure-compiler/google-closure-compiler/;s/ADVANCED_OPTIMIZATIONS/ADVANCED/' generate
- name: Build snowball
run: |
Expand Down

0 comments on commit d5aa63b

Please sign in to comment.