Skip to content

Commit

Permalink
Revert CI change
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Feb 15, 2025
1 parent d8937e7 commit 481bdd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
target: x86_64-apple-darwin
build: yarn build --target x86_64-apple-darwin
- host: windows-latest
build: yarn build
target: x86_64-pc-windows-msvc
build: yarn build --target x86_64-win7-windows-msvc
- host: windows-latest
target: i686-pc-windows-msvc
build: yarn build --target i686-win7-windows-msvc
build: yarn build --target i686-pc-windows-msvc
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
Expand Down

0 comments on commit 481bdd0

Please sign in to comment.