mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
add rust-toolchain.toml (#281)
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -97,10 +97,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'oracle'
|
distribution: 'oracle'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
- name: Setup Rust
|
- name: Check rust-toolchain.toml
|
||||||
run: |
|
run: rustup show
|
||||||
rustup update
|
|
||||||
rustup default 1.85.1
|
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter build apk --release
|
- run: flutter build apk --release
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "1.85.1"
|
||||||
|
targets = ["aarch64-linux-android", "armv7-linux-androideabi", "x86_64-linux-android"]
|
Reference in New Issue
Block a user