diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0286d17..1492a559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,6 +132,9 @@ jobs: cache-all-crates: "true" save-if: ${{ github.ref == 'refs/heads/main' }} + - name: "Install dependencies" + run: sudo apt install libgtk-3-dev libxdo-dev + - name: test run: | ${{ env.RUST_CARGO_COMMAND }} ${{ matrix.platform.command }} ${{ matrix.platform.args }} --target ${{ matrix.platform.target }}