fix(ci): install deps on v2 covector workflow

pull/399/head
Lucas Nogueira 2 years ago
parent b5aaf5d9dd
commit 396f493fdb
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -33,6 +33,11 @@ jobs:
version: 7.x.x
run_install: true
- name: install webkit2gtk and libudev for [authenticator]
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
- name: cargo login
run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }}
@ -59,5 +64,5 @@ jobs:
title: "Publish New Versions (v2)"
commit-message: "publish new versions"
labels: "version updates"
branch: "release"
branch: "release-v2"
body: ${{ steps.covector.outputs.change }}

Loading…
Cancel
Save