Skip to content

Commit

Permalink
Remove libxdo-dev and add libdbus-1-dev to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaust committed Jan 8, 2025
1 parent 249d3c4 commit 6e48897
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
"prepublish": [
"sudo apt-get update",
"sudo apt-get install -y libgtk-3-dev libxdo-dev libayatana-appindicator3-dev"
"sudo apt-get install -y libgtk-3-dev libayatana-appindicator3-dev libdbus-1-dev"
],
"publish": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libxdo-dev libayatana-appindicator3-dev
sudo apt-get install -y libgtk-3-dev libayatana-appindicator3-dev libdbus-1-dev
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libxdo-dev libayatana-appindicator3-dev
sudo apt-get install -y libgtk-3-dev libayatana-appindicator3-dev libdbus-1-dev
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ eframe = "0.27"
serde_json = "1"

[patch.crates-io]
# muda = { git = "https://github.com/dfaust/muda", branch = "linux-ksni" }
muda = { path = "../muda" }
muda = { git = "https://github.com/dfaust/muda", branch = "linux-ksni" }

0 comments on commit 6e48897

Please sign in to comment.