mirror of https://github.com/tauri-apps/tauri
fix(ci): install librsvg2-dev on the publish cli workflow (#11331)
This commit is contained in:
parent
1bfe2485bb
commit
627e90c304
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue