Skip to content

Commit

Permalink
androidbuild in macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuRantanen committed Dec 13, 2024
1 parent 6163e47 commit a7684d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/androidrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
echo "NDK Home: $ANDROID_NDK_HOME"
ls -l $ANDROID_NDK_HOME
cat $ANDROID_NDK_HOME/source.properties
- name: Install Dependencies
uses: ./.github/workflows/reusable/cached-install
env:
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
ANDROID_NDK: ${{ env.ANDROID_NDK_HOME }}
NDK_HOME: ${{ env.ANDROID_NDK_HOME }}

0 comments on commit a7684d0

Please sign in to comment.