File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 40
40
- name : Add Rust Android targets
41
41
run : rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
42
42
43
- - name : Install Cargo Mobile CLI
44
- run : cargo install --git https://github.com/tauri-apps/cargo-mobile2
43
+ - name : Install Cargo Mobile CLI & init
44
+ run : cargo install --git https://github.com/tauri-apps/cargo-mobile2 && cargo mobile init
45
45
46
46
- name : Install Bun
47
47
uses : oven-sh/setup-bun@v1
54
54
- name : Generate TailwindCSS
55
55
run : bun build:tailwind
56
56
57
- - name : Install Dioxus CLI
58
- run : cargo install dioxus-cli
59
-
60
57
- name : Create .env file
61
58
env :
62
59
API_URL : ${{ secrets.API_URL }}
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ name = "t5-rs"
3
3
stylized-name = " t5.rs"
4
4
domain = " example.com"
5
5
template-pack = " wry"
6
+ identifier = " example.com"
You can’t perform that action at this time.
0 commit comments