Skip to content

Commit

Permalink
build: update ndk and checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Nov 18, 2023
1 parent 2f67b0d commit 4086579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
pull_request:

env:
NDK_VER: 25.2.9519653
NDK_VER: 26.1.10909125

jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4086579

Please sign in to comment.