Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 9c004dc

Browse files
committed
workflow update
1 parent b56e2c1 commit 9c004dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install Dependencies
2323
run: |
2424
sudo apt update
25-
sudo apt install -y pkg-config libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libxi-dev libx11-dev
25+
sudo apt install -y pkg-config libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev \
26+
libxkbcommon-dev libssl-dev libxi-dev libx11-dev libxtst-dev
2627
2728
- name: Build Release
2829
run: cargo build --release

0 commit comments

Comments
 (0)