Skip to content

Commit

Permalink
CI: install python3-pil package
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Sep 21, 2023
1 parent 0a13bbf commit 436c537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install python3-pil
run: |
sudo apt-get update
sudo apt-get -y install --no-install-recommends python3-pil
- name: Build
shell: bash
run: /opt/build.sh all
Expand Down

0 comments on commit 436c537

Please sign in to comment.