Skip to content

Commit

Permalink
fix(actions): Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
breadrock1 committed Jul 5, 2024
1 parent 26c118b commit 722a0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
matrix:
rust-target: [
'x86_64-unknown-linux-gnu',
'aarch64-linux-android',
'armv7-linux-androideabi',
'i686-linux-android'
# 'aarch64-linux-android',
# 'armv7-linux-androideabi',
# 'i686-linux-android'
]
outputs:
java_platform: ${{ steps.jdk.outputs.java_platform }}
Expand Down

0 comments on commit 722a0cd

Please sign in to comment.