We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824ec5a commit fd03aa2Copy full SHA for fd03aa2
.github/workflows/action.yml.bak .github/workflows/action.yml.github/workflows/action.yml.bak renamed to .github/workflows/action.yml
@@ -16,6 +16,7 @@ jobs:
16
- run: |
17
sudo apt-get update -y
18
sudo apt-get install -y ninja-build llvm
19
+ curl -fsSL https://fvm.app/install.sh | bash
20
21
- run: echo "start install Rust..."
22
- name: Install Rust
@@ -24,17 +25,9 @@ jobs:
24
25
toolchain: stable
26
- run: echo "end install Rust..."
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
35
- flutter-version: 3.22.0
36
- - run: flutter pub get
+ - name: echo "start building..."
37
- run: make build-action
+ - run: echo "end build..."
38
39
- name: Get the release version from the tag
40
shell: bash
0 commit comments