Skip to content

Commit fd03aa2

Browse files
committed
[*] update normally
1 parent 824ec5a commit fd03aa2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: |
1717
sudo apt-get update -y
1818
sudo apt-get install -y ninja-build llvm
19+
curl -fsSL https://fvm.app/install.sh | bash
1920
2021
- run: echo "start install Rust..."
2122
- name: Install Rust
@@ -24,17 +25,9 @@ jobs:
2425
toolchain: stable
2526
- run: echo "end install Rust..."
2627

27-
- name: Install Android SDK
28-
uses: android-actions/setup-android@v2
29-
with:
30-
android-sdk-platform: '35'
31-
32-
- name: Set up Flutter
33-
uses: subosito/flutter-action@v2
34-
with:
35-
flutter-version: 3.22.0
36-
- run: flutter pub get
28+
- name: echo "start building..."
3729
- run: make build-action
30+
- run: echo "end build..."
3831

3932
- name: Get the release version from the tag
4033
shell: bash

0 commit comments

Comments
 (0)