diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-27 01:09:31 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-27 01:09:31 -0500 |
| commit | 5eba127ba78355e5b167f8643ec27790c98f654e (patch) | |
| tree | a76534c4b23590176700e9aa9ef9077935fd0586 /.github/workflows/static.yml | |
| parent | 5345cf5927dfade39679c05619076f0d34ab3947 (diff) | |
GitHub environment includes Brotli
Diffstat (limited to '.github/workflows/static.yml')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
