ci: release retry 2

This commit is contained in:
Tien Do Nam
2025-02-19 16:15:48 +01:00
parent d16cf82f6f
commit b989d9ee70
+12
View File
@@ -112,6 +112,10 @@ jobs:
toolchain: stable
override: ${{ env.RUST_VERSION }}
- name: Check rust-toolchain.toml
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: rustup show
- name: Dependencies
working-directory: app
run: flutter pub get
@@ -187,6 +191,10 @@ jobs:
toolchain: stable
override: ${{ env.RUST_VERSION }}
- name: Check rust-toolchain.toml
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: rustup show
- name: Enable dart_distributor
run: dart pub global activate flutter_distributor
@@ -283,6 +291,10 @@ jobs:
toolchain: stable
override: ${{ env.RUST_VERSION }}
- name: Check rust-toolchain.toml
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: rustup show
- name: Dependencies
working-directory: app
run: flutter pub get