Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1173

Merged
merged 11 commits into from
Mar 24, 2024
Prev Previous commit
Next Next commit
Set Java 17 as default when building
  • Loading branch information
equeim committed Mar 2, 2024
commit f8a9f4155359fb23df69fdd4423f72e3d2800eb5
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Java 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- uses: gradle/wrapper-validation-action@v1

- name: Install NDK
Expand Down