Skip to content

Commit

Permalink
wip: java version update
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Dec 12, 2024
1 parent 6472ae0 commit f149b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '17.0.13'
distribution: 'temurin'
java-version: '17'
- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17.0.13'
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit f149b81

Please sign in to comment.