fix(ci): install Linux dependencies on covector workflow

This commit is contained in:
Lucas Nogueira 2024-08-19 23:37:43 -03:00
parent 02f85dffbe
commit 086271b73e
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

View File

@ -87,6 +87,11 @@ jobs:
git config --global user.name "${{ github.event.pusher.name }}"
git config --global user.email "${{ github.event.pusher.email }}"
- name: install Linux dependencies
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
- name: covector version or publish (publish when no change files present)
uses: jbolda/covector/packages/action@covector-v0
id: covector