Skip to content

Commit 8890e7f

Browse files
committed
Fix CI cargo version by pinning it to 1.88.0
1 parent 0fb3841 commit 8890e7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
- name: Install yarn
2323
run: cargo xtask bootstrap yarn
2424

25+
- name: Setup Rust
26+
if: steps.cache-gen-rn-diode.outputs.cache-hit != 'true'
27+
uses: actions-rs/toolchain@v1
28+
with:
29+
toolchain: 1.88.0
30+
override: true
31+
timeout-minutes: 2
32+
2533
- name: Check Typescript format
2634
run: cargo xtask fmt --check typescript
2735

0 commit comments

Comments
 (0)