Skip to content

Commit 086271b

Browse files
committed
fix(ci): install Linux dependencies on covector workflow
1 parent 02f85df commit 086271b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
git config --global user.name "${{ github.event.pusher.name }}"
8888
git config --global user.email "${{ github.event.pusher.email }}"
8989
90+
- name: install Linux dependencies
91+
run: |
92+
sudo apt-get update
93+
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
94+
9095
- name: covector version or publish (publish when no change files present)
9196
uses: jbolda/covector/packages/action@covector-v0
9297
id: covector

0 commit comments

Comments
 (0)