Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit cf944bd

Browse files
committed
Update release.yml
1 parent 74fc26a commit cf944bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install musl-tools and libxdo-dev
3737
if: matrix.target == 'x86_64-unknown-linux-musl'
38-
run: sudo apt-get update && sudo apt-get install musl-tools libxdo-dev
38+
run: sudo apt-get update && sudo apt-get install musl-tools xdotool
3939

4040
- name: Build
4141
run: cargo build --verbose --locked -F bin --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)