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