We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fdf4e commit 79ce6f1Copy full SHA for 79ce6f1
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v2
21
- name: install brotli library on ubuntu
22
if: matrix.os == 'ubuntu-latest'
23
- run: sudo apt-get install -y libbrotli-dev
+ run: sudo apt update && sudo apt-get install -y libbrotli-dev
24
- name: install brotli library on macOS
25
if: matrix.os == 'macOS-latest'
26
run: brew install brotli
0 commit comments