Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Jul 16, 2024
1 parent 70b408d commit c1d4c1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/calc-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
name: Install NDK
id: setup-ndk
with:
ndk-version: "r26b"
ndk-version: "r26d"
add-to-path: true
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: stable
cache: true
flutter-version: 3.16.3
- name: setup rust ndk builds
run: |
Expand All @@ -37,6 +38,8 @@ jobs:
i686-linux-android
- uses: actions/checkout@v4
- uses: bluefireteam/melos-action@v3
- run: melos bootstrap
- name: Build
env:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk-amd64
Expand Down

0 comments on commit c1d4c1b

Please sign in to comment.