Skip to content

Commit

Permalink
Set up java first
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Oct 17, 2024
1 parent d749f23 commit 5352689
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}
override: true

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

- name: Set up Android SDK
uses: android-actions/setup-android@v3
with:
api-level: 35
build-tools: 35.0.0
ndk-version: 27.2.12479018

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

- name: Build Rust library
run: |
Expand Down

0 comments on commit 5352689

Please sign in to comment.