Skip to content

Commit

Permalink
fix(ci): do not use docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 4, 2024
1 parent 5123895 commit 4fc96fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ 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
- host: macos-latest
target: aarch64-apple-darwin
Expand Down

0 comments on commit 4fc96fd

Please sign in to comment.