Skip to content

Commit

Permalink
Speed up rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Jul 3, 2023
1 parent db2fb01 commit d58d3aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libwebkit2gtk-4.1-dev
run: sudo apt-get install --no-install-recommends libwebkit2gtk-4.1-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit d58d3aa

Please sign in to comment.