Skip to content

Commit

Permalink
Action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antroids committed Oct 19, 2023
1 parent 7ac8c3f commit cc1d9da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-deb-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Install packages
run: sudo apt-get -y install libgtk-3-dev libudev-dev

- name: Install cargo-deb
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ds4-gui"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "GPL-3.0"
authors = ["Anton Kharuzhyi <publicantroids@gmail.com>"]
Expand Down

0 comments on commit cc1d9da

Please sign in to comment.