Skip to content

Commit 1a2cfe8

Browse files
committed
Working on Android GitHub Action
1 parent 9794ea4 commit 1a2cfe8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222

2323
- name: Setup Gluon's GraalVM
2424
uses: gluonhq/setup-graalvm@master
25-
with:
26-
graalvm: '22.1.0.1-Final'
27-
jdk: 'java23'
25+
# set GITHUB_TOKEN to avoid exceeding GitHub's API rate limit
2826
env:
2927
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
#with:
29+
# GraalVM version. Default: latest
30+
# Java version. Since GraalVM 22, either java11, java17 or java23. Before GraalVM 22, empty. Default: java23
31+
# Architecture flag. Available options are 'x86_64' (default) and 'aarch64'. The latter is available for M1 runners starting GraalVM 22.1.
3032

3133
# Install extra required packaged on top of ubuntu-latest
3234
- name: Install libraries

0 commit comments

Comments
 (0)