Skip to content

Commit 5926350

Browse files
committed
install cwebp
1 parent 9eb6756 commit 5926350

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ jobs:
1616
python-version: "3.9"
1717
cache: pip
1818

19-
- name: Install Qt dependencies
19+
- name: Install Qt and other dependencies
2020
uses: awalsh128/cache-apt-pkgs-action@latest
2121
with:
22-
packages: libegl1 libopengl0 libxkbcommon0
22+
packages: libegl1 libopengl0 libxkbcommon0 atool
2323
version: 1.0
2424

2525
- name: Install Hatch
2626
run: pip install hatch "virtualenv<20.30"
2727

28+
- name: install cwebp
29+
run: bash ./scripts/libwebp-dl.sh
30+
shell: bash
31+
2832
- name: Run tests
2933
run: hatch run dev:test

0 commit comments

Comments
 (0)