Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,11 +387,6 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "build_number=${BUILD_NUMBER}" >> $GITHUB_OUTPUT

- uses: dtolnay/rust-toolchain@master
with:
toolchain: '1.71.0'
targets: aarch64-apple-ios

- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand Down
2 changes: 1 addition & 1 deletion scripts/ios/download_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PLUGINS_DIR=../../crypto_plugins

(cd "${PLUGINS_DIR}"/flutter_libmwc/scripts/ios && ./download.sh)

# frostdart iOS is built from source by Cargokit at pod install time
(cd "${PLUGINS_DIR}"/frostdart/scripts/ios && ./download.sh)

wait
echo "Done"
Loading