rustup default stable

This commit is contained in:
UjuiUjuMandan
2025-01-19 07:56:13 +00:00
parent b6e5035509
commit eaf94363ae

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