Skip to content

Commit

Permalink
fix action by installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonp committed Jan 7, 2024
1 parent 22c0bde commit b26f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1; cargo clippy --features=desktop
- run: sudo apt-get install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1; cargo clippy --all-targets --features=desktop
- run: cargo clippy --all-targets --features=web

0 comments on commit b26f6f4

Please sign in to comment.