fix(ci): install librsvg2-dev on the publish cli workflow (#11331)

This commit is contained in:
Lucas Fernandes Nogueira 2024-10-12 17:57:18 -03:00 committed by GitHub
parent 1bfe2485bb
commit 627e90c304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ jobs:
- name: install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev
- name: Test bindings
run: pnpm test
test-linux-x64-musl-binding: