Skip to content

Commit

Permalink
Install Dioxus desktop dependencies for the clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Dec 13, 2024
1 parent ab95ccd commit fcda966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dioxus desktop dependencies
run: sudo apt update && sudo apt install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Update Rust
run: rustup update stable
- name: Run clippy
Expand Down

0 comments on commit fcda966

Please sign in to comment.