Skip to content

Commit 2fee643

Browse files
committed
fix(ci): use explicit filename for i686 windows artifact move
1 parent a02dbc6 commit 2fee643

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rustup target add i686-pc-windows-msvc &&
3737
yarn build --target i686-pc-windows-msvc
3838
ls -R crates
39-
mv crates/domparser_napi/domparser.*.node .
39+
mv crates/domparser_napi/domparser.win32-ia32-msvc.node .
4040
yarn test
4141
target: i686-pc-windows-msvc
4242
- host: ubuntu-latest
@@ -90,7 +90,8 @@ jobs:
9090
rustup target add armv7-unknown-linux-musleabihf &&
9191
export CC="zig cc -target arm-linux-musleabihf" &&
9292
export CXX="zig c++ -target arm-linux-musleabihf" &&
93-
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig cc -target arm-linux-musleabihf" &&
93+
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig" &&
94+
export RUSTFLAGS="-C linker=zig -C link-arg=-target -C link-arg=arm-linux-musleabihf" &&
9495
yarn build --target armv7-unknown-linux-musleabihf
9596
- host: ubuntu-latest
9697
target: aarch64-linux-android

0 commit comments

Comments
 (0)