mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-11 11:06:22 -04:00
new invalidate_query + add IOS sim to setup script
This commit is contained in:
committed by
Utku Bakir
parent
be295276d7
commit
b37fc039c8
3
.github/scripts/setup-system.sh
vendored
3
.github/scripts/setup-system.sh
vendored
@@ -38,7 +38,8 @@ if [ "$1" == "mobile" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rustup target add aarch64-apple-ios
|
||||
rustup target add aarch64-apple-ios
|
||||
rustup target add aarch64-apple-ios-sim
|
||||
fi
|
||||
|
||||
# Android requires python
|
||||
|
||||
Reference in New Issue
Block a user