mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
rustup default stable
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -86,6 +86,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'oracle'
|
distribution: 'oracle'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
- name: Setup Rust
|
||||||
|
run: |
|
||||||
|
rustup update
|
||||||
|
rustup default stable
|
||||||
- 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
|
||||||
|
Reference in New Issue
Block a user