Skip to content

Commit 9663d17

Browse files
committed
fix(ci): add missing librsvg2-dev dependency for e2e tests
1 parent 6a768cb commit 9663d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/covector-version-or-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: matrix.platform == 'ubuntu-latest'
3737
run: |
3838
sudo apt-get update
39-
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev libfuse2
39+
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev libfuse2 librsvg2-dev
4040
4141
- uses: Swatinem/rust-cache@v2
4242

@@ -90,7 +90,7 @@ jobs:
9090
- name: install Linux dependencies
9191
run: |
9292
sudo apt-get update
93-
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
93+
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev
9494
9595
- name: covector version or publish (publish when no change files present)
9696
uses: jbolda/covector/packages/action@covector-v0

0 commit comments

Comments
 (0)