From 5eba127ba78355e5b167f8643ec27790c98f654e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 27 Nov 2021 01:09:31 -0500 Subject: [PATCH] GitHub environment includes Brotli --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 733842a8..779e3fc7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,7 +29,7 @@ jobs: key: ${{ runner.os }}-validator-${{ env.VALIDATOR_VERSION }} - run: sudo apt-get update - - run: sudo apt-get -y install libxml2-utils yajl-tools moreutils brotli zopfli + - run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli - run: npm install - run: pip install -r requirements.txt