Skip to content

Commit 627e90c

Browse files
authored
fix(ci): install librsvg2-dev on the publish cli workflow (#11331)
1 parent 1bfe248 commit 627e90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-cli-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
- name: install system dependencies
254254
run: |
255255
sudo apt-get update
256-
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
256+
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev
257257
- name: Test bindings
258258
run: pnpm test
259259
test-linux-x64-musl-binding:

0 commit comments

Comments
 (0)