File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,8 @@ jobs:
324
324
target : ${{ matrix.target }}
325
325
manylinux : ${{ matrix.manylinux }}
326
326
args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13' }}
327
- rust-toolchain : stable
327
+ # using 1.77 as a temporary build to ship one last windows 7 release
328
+ rust-toolchain : 1.77
328
329
working-directory : crates/jiter-python
329
330
330
331
- run : ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} crates/jiter-python/dist/
@@ -376,7 +377,8 @@ jobs:
376
377
377
378
- name : install rust stable
378
379
id : rust-toolchain
379
- uses : dtolnay/rust-toolchain@stable
380
+ # using 1.77 as a temporary build to ship one last windows 7 release
381
+ uses : dtolnay/rust-toolchain@1.77
380
382
with :
381
383
components : llvm-tools
382
384
You can’t perform that action at this time.
0 commit comments