Skip to content

Commit

Permalink
Added libxtst
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGuy003 committed Oct 19, 2024
1 parent ff70ac9 commit 320315d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y build-essential curl libssl-dev libx11-dev libxi-dev
sudo apt-get install -y build-essential curl libssl-dev libx11-dev libxi-dev libxtst-dev
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
pkg-config \
libx11-dev \
libxi-dev \
libxtst-dev \
build-essential \
curl \
libssl-dev \
Expand Down

0 comments on commit 320315d

Please sign in to comment.