From 79ce6f1745099803a3a109f59ca40490ebe5ad1b Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 8 Oct 2020 21:47:42 -0400 Subject: [PATCH] Try to fix Github actions on Ubuntu --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3b112d9..627df1e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v2 - name: install brotli library on ubuntu 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 if: matrix.os == 'macOS-latest' run: brew install brotli