소스 검색

tests: install libturbojpeg

libjpeg-turbo8 is the drop in replacement for libjpeg8
Probably the turbojpeg python module wants the original API

PR #4110
Jason Rumney 2 달 전
부모
커밋
1d40590e95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -33,7 +33,7 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt-get update
-          sudo apt-get install libjpeg-turbo8
+          sudo apt-get install libturbojpeg
           python -m pip install --upgrade pip
           pip install -r requirements-dev.txt
       - name: Full test with pytest