Skip to content

Commit

Permalink
Fix rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Jul 3, 2023
1 parent bddb489 commit db2fb01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libwebkit2gtk-4.1-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit db2fb01

Please sign in to comment.