Skip to content

Commit

Permalink
ci: install linux deps in covector workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed May 17, 2023
1 parent 843800a commit 794f2d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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 }}

Expand Down

0 comments on commit 794f2d5

Please sign in to comment.