mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Get CI working
This commit is contained in:
parent
9a093afd38
commit
ce8568b51c
7 changed files with 31 additions and 57 deletions
5
.github/actions/setup/action.yml
vendored
5
.github/actions/setup/action.yml
vendored
|
|
@ -19,3 +19,8 @@ runs:
|
|||
uses: android-actions/setup-android@v3
|
||||
with:
|
||||
packages: "tools platform-tools build-tools;36.0.0 ndk;29.0.14206865"
|
||||
- name: Add NDK to path
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Adding to path: ${{ env.ANDROID_SDK_ROOT }}/ndk/29.0.14206865:${{ env.ANDROID_SDK_ROOT }}/ndk/29.0.14206865/toolchains/llvm/prebuilt/linux-x86_64/bin"
|
||||
echo "${{ env.ANDROID_SDK_ROOT }}/ndk/29.0.14206865:${{ env.ANDROID_SDK_ROOT }}/ndk/29.0.14206865/toolchains/llvm/prebuilt/linux-x86_64/bin" >> $GITHUB_PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue