Skip to content

Commit 6523978

Browse files
committed
fix(deps): avoid rust 1.88 for now
see RustPython/RustPython#5768 Signed-off-by: Nick Mitchell <[email protected]>
1 parent e84afe8 commit 6523978

File tree

3 files changed

+813
-818
lines changed

3 files changed

+813
-818
lines changed

.github/workflows/pdl-live-react-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
working-directory: ./pdl-live-react
2121
steps:
2222
- uses: actions/checkout@v4
23+
- name: Fix to Rust 1.87 https://github.com/RustPython/RustPython/issues/5768
24+
run: rustup override set 1.87
2325
- name: Set up node
2426
uses: actions/setup-node@v4
2527
with:

.github/workflows/rust-interpreter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
working-directory: ./pdl-live-react
2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Fix to Rust 1.87 https://github.com/RustPython/RustPython/issues/5768
25+
run: rustup override set 1.87
2426
- name: Set up node
2527
uses: actions/setup-node@v4
2628
with:

0 commit comments

Comments
 (0)