Skip to content

Commit

Permalink
add rust toolchain hint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 22, 2024
1 parent e99a0b7 commit db90c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
extra_features: "nightly"

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

steps:
Expand Down

0 comments on commit db90c43

Please sign in to comment.