Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
[BUILD] Install Required System Libraries
Browse files Browse the repository at this point in the history
hopefully this can shrink down the file size
  • Loading branch information
ktzug committed Jul 30, 2022
1 parent 797dc65 commit 2f4c70f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Set up Python Virtual Environment
run: python -m venv env || ./env/bin/activate

- name: Install Required System Libraries
run: sudo apt-get install libaom0 libde265-0 libx265-179 libwebp6 liblzma5 libjpeg8 libjpeg9 libxau6 libnghttp2-14 libsqlite3-0 libtiff5 python3-libtiff libcurl4 python3-pycurl

- name: Install Required Modules
run: python -m pip install -r requirements.txt

Expand Down

0 comments on commit 2f4c70f

Please sign in to comment.