From d5aa63bf283bfe9766d63ddb8e3963c7c357f493 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 30 Sep 2023 19:17:22 +1300 Subject: [PATCH] Try using newer closure-compiler --- .github/workflows/update-website.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 3cbc174..a17f64b 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -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: |