Skip to content

Commit

Permalink
fix(ci): install xdotool
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 4, 2024
1 parent 5a60544 commit 5123895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
build: yarn build --target x86_64-unknown-linux-gnu
build: apt-get install -y libxdo-dev && yarn build --target x86_64-unknown-linux-gnu
- host: macos-latest
target: aarch64-apple-darwin
build: yarn build --target aarch64-apple-darwin
Expand Down

0 comments on commit 5123895

Please sign in to comment.