Skip to content

Commit 79ce6f1

Browse files
committed
Try to fix Github actions on Ubuntu
1 parent 09fdf4e commit 79ce6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121
- name: install brotli library on ubuntu
2222
if: matrix.os == 'ubuntu-latest'
23-
run: sudo apt-get install -y libbrotli-dev
23+
run: sudo apt update && sudo apt-get install -y libbrotli-dev
2424
- name: install brotli library on macOS
2525
if: matrix.os == 'macOS-latest'
2626
run: brew install brotli

0 commit comments

Comments
 (0)