Skip to content

Commit 6ec2418

Browse files
committed
Install libjpeg8-dev and libbz2-dev
1 parent 0542684 commit 6ec2418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
20+
- name: packages
21+
run: |
22+
sudo apt-get install -y libjpeg8-dev libbz2-dev
2023
- name: Set up pyenv and Python
2124
uses: "gabrielfalcao/pyenv-action@v14"
2225
with:

0 commit comments

Comments
 (0)