Skip to content

Commit 75a2e7d

Browse files
Remove Nix usage from Android workflow
1 parent 2d3620f commit 75a2e7d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/build-android.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,17 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
submodules: recursive
20-
- uses: cachix/install-nix-action@v27
21-
- uses: DeterminateSystems/magic-nix-cache-action@main
22-
- uses: nicknovitski/nix-develop@v1
20+
21+
- name: Set up JDKs
22+
uses: actions/setup-java@v3
23+
with:
24+
distribution: 'temurin'
25+
java-version: |
26+
22
27+
21
28+
29+
- name: Set up Gradle
30+
uses: gradle/gradle-build-action@v3
2331

2432
- name: Build debug APK
2533
run: ./gradlew androidApp:packageDebug

0 commit comments

Comments
 (0)