Skip to content

Commit

Permalink
fix(ci): install librsvg2-dev on the publish cli workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 12, 2024
1 parent 1bfe248 commit e2c47a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2c47a3

Please sign in to comment.