Skip to content

Commit

Permalink
install glib 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Sep 29, 2024
1 parent 706e143 commit 1662f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
dockerRunArgs: --volume "${PWD}:/libresvip"
install: |
apt-get update
apt-get install -y binutils curl libdouble-conversion3 libfreetype6 libfontconfig1 libegl1 libgl1 libmediainfo-dev libtiff5 libwayland-dev libwebp6 libwebpdemux2 libwebpmux3 libxt6
apt-get install -y binutils curl libdouble-conversion3 libfreetype6 libfontconfig1 libegl1 libgl1 libglib2.0-0 libmediainfo-dev libtiff5 libwayland-dev libwebp6 libwebpdemux2 libwebpmux3 libxt6
run: |
cd /libresvip
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down

0 comments on commit 1662f3e

Please sign in to comment.