pin rust to 1.85.1 for android (#279)

This commit is contained in:
ᡠᠵᡠᡳ ᡠᠵᡠ ᠮᠠᠨᡩ᠋ᠠᠨ
2025-03-19 13:47:27 +08:00
committed by GitHub
parent 169676fd9e
commit 73d4e28ed0

View File

@@ -100,7 +100,7 @@ jobs:
- name: Setup Rust
run: |
rustup update
rustup default stable
rustup default 1.85.1
- run: flutter pub get
- run: flutter build apk --release
- uses: actions/upload-artifact@v4