diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 767fda4..2e46889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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