Merge pull request #147 from UjuiUjuMandan/rust

rustup default stable
This commit is contained in:
nyne
2025-01-19 16:40:47 +08:00
committed by GitHub

View File

@@ -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