Skip to content

Commit

Permalink
Add libxdo for muda
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Feb 5, 2025
1 parent 4169290 commit 41443b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Update apt repos
run: sudo apt -y update
- name: Install dependencies
run: sudo apt -y install libgtk-3-dev libudev-dev
run: sudo apt -y install libgtk-3-dev libudev-dev libxdo-dev
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Update apt repos
run: sudo apt -y update
- name: Install dependencies
run: sudo apt -y install libgtk-3-dev libudev-dev
run: sudo apt -y install libgtk-3-dev libudev-dev libxdo-dev
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Update apt repos
run: sudo apt -y update
- name: Install dependencies
run: sudo apt -y install libgtk-3-dev libudev-dev
run: sudo apt -y install libgtk-3-dev libudev-dev libxdo-dev
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -109,8 +109,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Update apt repos
run: sudo apt -y update
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 41443b9

Please sign in to comment.