Browse Source

Try to fix Github actions on Ubuntu

yhirose 5 years ago
parent
commit
79ce6f1745
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yaml

+ 1 - 1
.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