Skip to content

Commit

Permalink
Update CI build configuration
Browse files Browse the repository at this point in the history
Install Android NDK r23c
  • Loading branch information
m4gr3d committed Nov 21, 2023
1 parent e67afda commit a60c0fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-addon-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Android dependencies
uses: nttld/setup-ndk@v1
with:
ndk-version: r23c
link-to-sdk: true
- name: Install scons
run: |
python -m pip install scons==4.0.0
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mavencentral-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Android dependencies
uses: nttld/setup-ndk@v1
with:
ndk-version: r23c
link-to-sdk: true
- name: Install scons
run: |
python -m pip install scons==4.0.0
Expand Down

0 comments on commit a60c0fd

Please sign in to comment.