We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa95934 commit 15d5e92Copy full SHA for 15d5e92
.github/workflows/check-binary-size.yml
@@ -65,6 +65,8 @@ jobs:
65
download-ci-llvm = true
66
[rust]
67
incremental = false
68
+ [build]
69
+ target = ["i686-pc-windows-msvc"]
70
EOF
71
72
# Test program source
0 commit comments