We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f85df commit 086271bCopy full SHA for 086271b
.github/workflows/covector-version-or-publish.yml
@@ -87,6 +87,11 @@ jobs:
87
git config --global user.name "${{ github.event.pusher.name }}"
88
git config --global user.email "${{ github.event.pusher.email }}"
89
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
+
95
- name: covector version or publish (publish when no change files present)
96
uses: jbolda/covector/packages/action@covector-v0
97
id: covector
0 commit comments