Try to fix Github actions on Ubuntu
This commit is contained in:
parent
09fdf4eacd
commit
79ce6f1745
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: install brotli library on ubuntu
|
- name: install brotli library on ubuntu
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: sudo apt-get install -y libbrotli-dev
|
run: sudo apt update && sudo apt-get install -y libbrotli-dev
|
||||||
- name: install brotli library on macOS
|
- name: install brotli library on macOS
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
run: brew install brotli
|
run: brew install brotli
|
||||||
|
Loading…
x
Reference in New Issue
Block a user