diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9403fcf..5416b03 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,8 +33,7 @@ jobs: target: x86_64-pc-windows-msvc - host: ubuntu-latest target: x86_64-unknown-linux-gnu - docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian - build: apt-get install -y libxdo-dev && yarn build --target x86_64-unknown-linux-gnu + build: sudo 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