fix(android): install rustup non interactively

This commit is contained in:
Erica Marigold 2023-09-01 13:57:22 +05:30 committed by GitHub
parent a4c5e84e97
commit 80cb05fa24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
fetch-tags: true
- name: Install rustup
run: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh"
run: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
- name: Build routine
run: "chmod +x ../package/android/build.sh && ../package/android/build.sh"