mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix(android): install rustup non interactively
This commit is contained in:
parent
a4c5e84e97
commit
80cb05fa24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue