We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ab0d1 commit 5c012f5Copy full SHA for 5c012f5
.github/workflows/CI.yml
@@ -34,9 +34,10 @@ jobs:
34
- host: windows-latest
35
build: yarn build
36
target: x86_64-pc-windows-msvc
37
+ build: yarn build --target x86_64-win7-windows-msvc
38
39
target: i686-pc-windows-msvc
- build: yarn build --target i686-pc-windows-msvc
40
+ build: yarn build --target i686-win7-windows-msvc
41
- host: ubuntu-latest
42
target: x86_64-unknown-linux-gnu
43
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
0 commit comments