Skip to content

Commit a1aa7fc

Browse files
committed
Pin rust version
1 parent 8890e7f commit a1aa7fc

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/actions/test-turbo-modules/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
java-version: "17"
2929

3030
- name: Install Rust toolchains
31-
uses: dtolnay/rust-toolchain@stable
31+
uses: dtolnay/rust-toolchain@1.88.0
3232
with:
3333
targets: ${{ inputs.platform == 'ios' && 'aarch64-apple-ios-sim' || 'aarch64-linux-android' }}
3434

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ 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-
3325
- name: Check Typescript format
3426
run: cargo xtask fmt --check typescript
3527

0 commit comments

Comments
 (0)