We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8890e7f commit a1aa7fcCopy full SHA for a1aa7fc
.github/actions/test-turbo-modules/action.yml
@@ -28,7 +28,7 @@ runs:
28
java-version: "17"
29
30
- name: Install Rust toolchains
31
- uses: dtolnay/rust-toolchain@stable
+ uses: dtolnay/rust-toolchain@1.88.0
32
with:
33
targets: ${{ inputs.platform == 'ios' && 'aarch64-apple-ios-sim' || 'aarch64-linux-android' }}
34
.github/workflows/ci.yml
@@ -22,14 +22,6 @@ jobs:
22
- name: Install yarn
23
run: cargo xtask bootstrap yarn
24
25
- - name: Setup Rust
26
- if: steps.cache-gen-rn-diode.outputs.cache-hit != 'true'
27
- uses: actions-rs/toolchain@v1
- with:
- toolchain: 1.88.0
- override: true
- timeout-minutes: 2
-
- name: Check Typescript format
run: cargo xtask fmt --check typescript
35
0 commit comments