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 8d75a2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d75a2a

Please sign in to comment.