Skip to content

Commit

Permalink
Merge pull request #23 from topminipie/update-ndk
Browse files Browse the repository at this point in the history
Update NDK
  • Loading branch information
topminipie authored Feb 14, 2024
2 parents f7fa8fa + 084f15a commit 982e652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: 'gradle'
distribution: temurin
cache: gradle

- name: Install NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: r26b
ndk-version: r26c
local-cache: true

- name: Install Rust
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: "app/rs"
workspaces: 'app/rs'

- name: Install my fork cargo-ndk
run: |
Expand Down

0 comments on commit 982e652

Please sign in to comment.