Skip to content

Commit

Permalink
Fix compile task
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 13, 2024
1 parent 4aeaf55 commit 13cc308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
CARGO_TARGET_VOLUME_NAME: cargo-target-${{ runner.name }}
CARGO_REGISTRY_VOLUME_NAME: cargo-cache-${{ runner.name }}
GRADLE_CACHE_VOLUME_NAME: gradle-cache-${{ runner.name }}
run: ./building/container-run.sh android android/gradlew -p android compileOssProdDebug
run: ./building/container-run.sh android android/gradlew -p android compileOssProdDebugKotlin

- name: Wait for other jobs (native, relay list)
uses: kachick/wait-other-jobs@v2.0.3
Expand Down

0 comments on commit 13cc308

Please sign in to comment.