From 5123895d751d3da36470e288cad7cba7a8e7e4bd Mon Sep 17 00:00:00 2001 From: yetone Date: Sat, 4 May 2024 14:01:05 +0800 Subject: [PATCH] fix(ci): install xdotool --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 191dc05..9403fcf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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