Skip to content

Commit db90c43

Browse files
committed
add rust toolchain hint
1 parent e99a0b7 commit db90c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
extra_features: "nightly"
9696

9797
# Test 32-bit windows just on latest Python
98-
- python-version: "3.13"
98+
- rust: stable
99+
python-version: "3.13"
99100
platform: { os: "windows-latest", python-architecture: "x86", rust-target: "i686-pc-windows-msvc" }
100101

101102
steps:

0 commit comments

Comments
 (0)