Skip to content

Commit

Permalink
Fix/build_new_dep (#94)
Browse files Browse the repository at this point in the history
* update java version

* change ndk instalation

* fix: shell property

* update ndk version

* link ndk

* update ndk version setup

* fix path

* fix ndk assignement
  • Loading branch information
stepanLav authored Aug 15, 2024
1 parent 5e526eb commit db61a33
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ runs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
java-version: '11'
cache: 'gradle'

- uses: nttld/setup-ndk@v1
- name: 🛠️ Install NDK
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r21d
local-cache: true
ndk-version: 'r25c'

- name: Set ndk.dir in local.properties
run: echo "ndk.dir=${{ steps.setup-ndk.outputs.ndk-path }}" >> local.properties
shell: bash

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit db61a33

Please sign in to comment.