Skip to content

Commit 41cecbd

Browse files
committed
Pre-install stable Rust toolchain for iOS cargokit build
1 parent 38f79fb commit 41cecbd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ jobs:
375375
toolchain: '1.71.0'
376376
targets: aarch64-apple-ios
377377

378+
- uses: dtolnay/rust-toolchain@master
379+
with:
380+
toolchain: stable
381+
targets: aarch64-apple-ios
382+
378383
- uses: subosito/flutter-action@v2
379384
with:
380385
flutter-version: '3.38.1'

0 commit comments

Comments
 (0)