Skip to content

Commit bca9522

Browse files
committed
match llvm tools to build chain
1 parent 044f437 commit bca9522

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,12 @@ jobs:
537537

538538
- name: install rust stable
539539
id: rust-toolchain
540-
uses: dtolnay/rust-toolchain@stable
540+
uses: dtolnay/rust-toolchain@master
541541
with:
542542
components: llvm-tools
543+
# Limit windows builds to 1.77 to keep Windows 7 support.
544+
# FIXME: Unpin when Python 3.8 support is dropped. (3.9 requires Windows 10)
545+
toolchain: ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
543546

544547
- run: pip install -U 'ruff==0.5.0' typing_extensions
545548

0 commit comments

Comments
 (0)