Skip to content

Commit

Permalink
19
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 10, 2024
1 parent 2a97a76 commit ac555d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
include:
- target: x86_64-linux-android
emulator-arch: x86_64
- target: i686-linux-android
emulator-arch: x86

Expand All @@ -27,7 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
java-version: '19'
architecture: 'x86'

- name: Install Android SDK
Expand Down

0 comments on commit ac555d7

Please sign in to comment.