Skip to content

Commit a4c0cbb

Browse files
committed
Fix CI for i686-pc-windows-gnu
1 parent 2833d9b commit a4c0cbb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cross.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ pre-build = [
99
"apt install --assume-yes --install-recommends winehq-stable",
1010
]
1111

12+
[target.i686-pc-windows-gnu]
13+
pre-build = [
14+
"apt-get update && apt-get install --assume-yes nasm wget",
15+
"mkdir -pm755 /etc/apt/keyrings",
16+
"wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources",
17+
"apt install --assume-yes --install-recommends winehq-stable",
18+
]
19+
1220
[build.env]
1321
passthrough = [
1422
"AWS_LC_FIPS_SYS_EXTERNAL_BINDGEN",

0 commit comments

Comments
 (0)